Code

From Bohemia Interactive Community
Revision as of 03:29, 22 December 2006 by Hardrock (talk | contribs)
Jump to navigation Jump to search

Introduction

The Code type was introduced with Armed Assault, type Code does not refer to Cold War Crisis or Resistance. In previous versions it was a prefered style to write such strings in curled braces, but it was not required: it was also possible to write them in quotation marks (like Strings). With ArmA functions that are marked as requiring Code must be presented with curled braces.


Description

Part of code (compiled), in curled braces:


Examples

{_x setDamage 1} forEach ArrayToKill