MIST getGroupTable
From DCS World Wiki - Hoggitworld.com
mist.getGroupTable
Added with: Mist 4.5 |
Description |
Returns a table in the format required to spawn the group. This function searches env.mission for the specified groupName. |
Syntax |
table mist.getGroupTable(string groupName ) |
Valid Input Values: |
group = 'myGroup' |
Return value: |
table |
Return example: |
TBA |
Usage Examples: |
Respawns a group (manually) every 60 minutes.
local teleGroup = mist.getGroupTable('myGroup') mist.scheduleFunction(mist.dynAdd, {teleGroup}, timer.getTime() + 10, 3600) end |
Notes: |
Related Functions |
getGroupData, getCurrentGroupData, getGroupTable getGroupPoints, getGroupRoute, getLeadPos, getAvgPos, getPayload, getGroupPayload, randomizeGroupOrder, groupIsDead |