Code: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated template name)
(Code/string relations.)
Line 1: Line 1:
{{ShowGameVer|ArmA}}Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance.
{{ShowGameVer|ArmA}}Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance. Functions which are marked as requiring Code accepted [[String]] in previous versions. It was a prefered style to write such strings in curled braces, but it was not required.


'''Description:'''
'''Description:'''

Revision as of 21:39, 24 August 2006

Template:ShowGameVerIntroduced with Armed Assault, does not refer to Cold War Crisis or Resistance. Functions which are marked as requiring Code accepted String in previous versions. It was a prefered style to write such strings in curled braces, but it was not required.

Description:

Part of code (compiled), in curled braces:

Example:

{_x setDamage 1} forEach ArrayToKill