publicVariable

From Bohemia Interactive Community
Revision as of 03:11, 16 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

publicVariable varName

Operand types:

varName: String

Type of returned value:

Nothing

Description:

Broadcast variable value to all computers.

Only type Number is supported in version 1.33 and before.

Following types are supported since version 1.34:

   * Number
   * Boolean
   * Object
   * Group

Example: publicVariable "CTFscoreOne"