Actor:UpdateMovePath

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxUpdateMovePath( * The queue number this was given the last time )
Description:
Updates this' move path RIGHT NOW. Will update the path to the current waypoint, if any. CAVEAT: this only actually updates if a queue index number passed in is sufficiently close to 0 to allow this to compute, based on an internal global assessment of how often this very expensive computation is allowed to run.
ReturnsWhether the update was performed, or if it should be tried again next frame.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools