createGroup: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|CREATEGROUP]]
[[Category:Scripting Commands ArmA|CREATEGROUP]]


<new command not populated>


<h2 style="color:#000066">''' createGroup ''side'''''</h2>


<h2 style="color:#000066">''''' createGroup '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''side:''' [Side]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Group]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''
Creates a new AI group for the given center (side).




'''Example:'''
'''Example:'''
group = '''createGroup''' [[east]]

Revision as of 02:05, 6 July 2006


createGroup side


Operand types:

side: [Side]]

Type of returned value:

Group

Compatibility:

Version 1.86 required.

Description:

Creates a new AI group for the given center (side).


Example:

group = createGroup east