MIST getPayload

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


mist.getPayload

Added with: Mist 3.0
Description
Returns a table of the payload set for unitName in the mission editor. "Live" payload is not currently possible due to how the data is organized.
Syntax
table mist.getPayload(string unitName )
Valid Input Values:
unitName= 'myUnit'
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