Difference between revisions of "ScriptEvent:sync"

From Mod Wiki
 
(No difference)

Latest revision as of 18:17, 5 November 2007

Parameters

string name -- Name of the variable to sync.

Result

None.

Supported By

idEntity

Comments

  • The 'visible' stream does not always update straight away.
  • See also syncBroadcast.
  • Only object, vector, boolean and float types can be synced.

Functionality

Sets up the supplied variable to be network syncronized in the 'visible' stream.