Difference between revisions of "ScriptEvent:forceAnimUpdate"

From Mod Wiki
 
(No difference)

Latest revision as of 13:02, 5 November 2007

Parameters

boolean state -- Whether to increase, or decrease the counter.

Result

None.

Supported By

sdScriptEntity

Comments

  • This uses a ref counting system, so every call to this with true should be matched with another call with false.

Functionality

Enables/disables forcing of animation updates, regardless of AoR state.