MovableObject:NotResting

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxNotResting( * None. )
Description:
Makes this MO reset its tiemr that keeps track of how long it's been at rest, effectively delaying it.
ReturnsNone.




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