GetCurFrame
GetCurFrame() returns the last frame that a path-controlled object arrived at via
MoveToFrame()
. This includes intermediate frames. It will not return a frame that an object skipped or jumped to. Syntax:
cur_frame
=
GetCurFrame(object);
Related:
GetGoalFrame()