Difference between revisions of "MIST groupTableCheck"
From DCS World Wiki - Hoggitworld.com
(Created page with "{{Mission Scripting |fName= mist.groupTableCheck| |vNum = Mist 3.5 |desc= Returns a boolean value based on the presence of required variables within a groupTable are presen...") |
(No difference)
|
Latest revision as of 06:39, 12 April 2018
mist.groupTableCheck
Added with: Mist 3.5 |
Description |
Returns a boolean value based on the presence of required variables within a groupTable are present to correctly spawn the group via mist.dynAdd(). |
Syntax |
boolean mist.groupTableCheck(table groupTable ) |
Valid Input Values: |
groupTable |
Return value: |
boolean |
Return example: |
true |
Usage Examples: |
|
Notes: |
Function will be expanded in future releases. |
Related Functions |
dynAdd, dynAddStatic, groupTableCheck, getNextUnitId, getNextGroupId, respawnGroup, respawnInZone, cloneGroup, cloneInZone, teleportGroup, teleportInZone, teleportToPoint, spawnRandomizedGroup |