Jump to content

Search the Community

Showing results for tags 'path'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

Found 1 result

  1. There must be some global function to build a path instance from starting points and ending points. http://projectzomboid.com/modding/zombie/ai/astar/Path.html How can I do this? I tried using: http://projectzomboid.com/modding/zombie/ai/astar/IPathfinder.html Example: local myPath = PathFinder.findPath(Mover mover, int sx, int sy, int sz, int tx, int ty, int tz) local myPath = PathFinder:findPath(Mover mover, int sx, int sy, int sz, int tx, int ty, int tz) local myPath = getPathFinder():findPath(Mover mover, int sx, int sy, int sz, int tx, int ty, int tz) local myPath = findPath(Mover mover, int sx, int sy, int sz, int tx, int ty, int tz) But none of which the LUA can recognize. is this a java only function or something? how do you use it?
×
×
  • Create New...