Difference between revisions of "MIST getPayload"

From DCS World Wiki - Hoggitworld.com
 
(No difference)

Latest revision as of 22:58, 13 April 2018


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