Code

From Bohemia Interactive Community
Revision as of 21:25, 12 October 2006 by Hoz (talk | contribs) (sectioned off, updated intro slight)
Jump to navigation Jump to search

Introduction

The Code type was introduced into 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. 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