MIST getGroupPayload

From DCS World Wiki - Hoggitworld.com
Revision as of 22:56, 13 April 2018 by Grimes (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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