Group: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
Line 3: Line 3:
A Group is an [[Array]] of like minded [[Array|Units]]
A Group is an [[Array]] of like minded [[Array|Units]]


while it is a ''distinct'' data type in the scripting language, commands which work on [[Array|Units]] or [[Arrays]] ''generally'' work on groups, or only groups as well
while it is a ''distinct'' data type in the scripting language, commands which work on [[Array|Units]] or [[Array]]s ''generally'' work on groups as well


  _soldier AllowFleeing 0.5
  _soldier AllowFleeing 0.5

Revision as of 04:22, 27 August 2007

Group Type

A Group is an Array of like minded Units

while it is a distinct data type in the scripting language, commands which work on Units or Arrays generally work on groups as well

_soldier AllowFleeing 0.5
_group allowFleeing 0.7