saveVar

From Bohemia Interactive Community
Revision as of 21:25, 1 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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"