Ifnotmoving: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
One (talk | contribs)
No edit summary
 
Line 1: Line 1:
'''ifnotmoving''' { do something } else { do something else }
Checks if the current [[actor]] has stopped moving. Mostly useful to see whether or not an [[actor]] has hit a wall.
Checks if the current [[actor]] has stopped moving. Mostly useful to see whether or not an [[actor]] has hit a wall.



Latest revision as of 12:50, 4 May 2009

ifnotmoving { do something } else { do something else }

Checks if the current actor has stopped moving. Mostly useful to see whether or not an actor has hit a wall.