Difference between revisions of "DCS func setUnitInternalCargo"
From DCS World Wiki - Hoggitworld.com
Gillogical (talk | contribs) m |
|||
(One intermediate revision by the same user not shown) | |||
Line 41: | Line 41: | ||
|optType2= | |optType2= | ||
− | |examples= trigger.action.setUnitInternalCargo('Jek Porkins', | + | |examples= The following simulates what would happen if your momma was a passenger in the aircraft. |
+ | |||
+ | local yoMomma= 5000 | ||
+ | trigger.action.setUnitInternalCargo('Jek Porkins', yoMomma) | ||
+ | |||
|related= | |related= | ||
[[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} | [[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} | ||
Line 48: | Line 52: | ||
}} | }} | ||
[[Category:Singleton Functions|addOtherCommandForGroup]] | [[Category:Singleton Functions|addOtherCommandForGroup]] | ||
+ | [[Category:Game Patch 2.5.6|setUnitInternalCargo]] |