ScriptEvent:syncBroadcast

From Mod Wiki
Revision as of 18:18, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Parameters

string name -- Name of the variable to sync.

Result

None.

Supported By

sdTeamInfo
idEntity

Comments

  • The 'broadcast' stream will update straight away whenever there is any change.
  • See also sync.
  • Only object, vector, boolean and float types can be synced.

Functionality

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