Code Commands: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 27: Line 27:
*map [[onDoubleClick]] "[[Code]]"
*map [[onDoubleClick]] "[[Code]]"
*map [[onMapSingleClick]] "[[Code]]"
*map [[onMapSingleClick]] "[[Code]]"
[[Category: Scripting Topics]]

Revision as of 17:11, 28 July 2010

Code commands are any commands from the scripting language expecting a coded statement string as one of their paramaters. Earlier engines accepted code as such when it was provided as a String using quotation marks, or using braces. Since Armed Assault the engine specifically requires braces (see Code vs. Strings). Thus, because the way the engine determines whether it is dealing with code has changed, this list is presented here.

Commands passed as data type Code:


Commands passed as data type String: