MIST getGroupPayload

From DCS World Wiki - Hoggitworld.com


mist.getGroupPayload

Added with: Mist 3.5
Description
Returns a table of the payload for the specified group as defined in the the mission editor. "Live" payload is not currently possible due to how the data is organized.
Syntax
table mist.getGroupPayload(string groupName )
Valid Input Values:
unitName= 'myGroup'
Return value:
table
Return example:
MEpaylaod
Usage Examples:
 do
   THD
 end

Notes:
Related Functions
getGroupData, getCurrentGroupData, getGroupTable getGroupPoints, getGroupRoute, getLeadPos, getAvgPos, getPayload, getGroupPayload, randomizeGroupOrder, groupIsDead

Scripting Engine

MIST Root Page