SC2Mapster Wiki
Advertisement

Unit-Progress And Queues[ | ]

Unit Arming Progress[ | ]

GUI[ | ]

Unit - u arming progress is stage

Galaxy Code[ | ]

void TriggerAddEventUnitArmMagazineProgress (trigger t,unitref u,int stage)

Description[ | ]

This event fires when a unit's arming progress reaches a certain stage. Use "Triggering Player" to get the player that triggered the arm ability. Use "Triggering Unit" to get the arming unit. Use "Triggering Progress Unit Type" to get the unit type of the unit in the queue. Use "Triggering Progress Unit" to get the unit in the queue.

Parameters[ | ]

Advertisement