createGroup: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|CREATEGROUP]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |CREATEGROUP]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|CREATEGROUP]]


| ofpr |= Game name


<h2 style="color:#000066">''' createGroup ''side'''''</h2>
|1.86|= Game version
____________________________________________________________________________________________


| Creates a new AI group for the given center (side). |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''createGroup''' side |= Syntax


'''side:''' [[Side]]
|p1= side: [[Side]] |= Parameter 1


'''Type of returned value:'''
| [[Group]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>group = createGroup [[east]]</pre> |= Example 1
____________________________________________________________________________________________


[[Group]]
|  |= See also


'''Compatibility:'''
}}


Version 1.86 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Creates a new AI group for the given center (side).
<h3 style="display:none">Bottom Section</h3>


 
[[Category:Scripting Commands|CREATEGROUP]]
'''Example:'''
[[Category:Scripting Commands OFP Elite |CREATEGROUP]]
 
[[Category:Scripting Commands ArmA|CREATEGROUP]]
group = '''createGroup''' [[east]]

Revision as of 00:07, 2 August 2006

Hover & click on the images for description

Description

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

Syntax

Syntax:
createGroup side
Parameters:
side: Side
Return Value:
Group

Examples

Example 1:
group = createGroup [[east]]

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section