saveVar

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

back to COMREF

saveVar varname


Operand types:

varname: String

Type of returned value:

Nothing

Description:

Save variable value into the campaign space.

This variable is available to all following missions in the campaign.


Example:

saveVar "varOne"