Code Commands

From Bohemia Interactive Community
Revision as of 06:10, 5 September 2007 by Mikero (talk | contribs) (wip)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Code commands are any commands from the scripting language expecting a coded statement string as one of their paramaters

exitWith {Code} is one example

Because of the important change between the Armed Assault engine and previous versions (CWR / Resistance), the list is presented here.

Essentially earlier engines accepted code as a String using quotation marks, or using brace, whereas Arma specifically requires brace.