Code: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Added example header.)
Line 4: Line 4:


Part of code (compiled), in curled braces:
Part of code (compiled), in curled braces:
'''Example:'''


'''{_x setDamage 1}''' [[forEach]] ArrayToKill
'''{_x setDamage 1}''' [[forEach]] ArrayToKill


[[Category: Types]]
[[Category: Types]]

Revision as of 15:25, 25 July 2006

Template:shverIntroduced with Armed Assault, does not refer to Cold War Crisis or Resistance.

Description:

Part of code (compiled), in curled braces:

Example:

{_x setDamage 1} forEach ArrayToKill