SC2Mapster Wiki
Register
Advertisement

Unit-Progress And Queues[ | ]

Unit Training Progress[ | ]

GUI[ | ]

Unit - u training progress is stage

Galaxy Code[ | ]

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

Description[ | ]

This event fires when a unit's training progress reaches a certain stage. Use "Triggering Player" to get the player that started the training. Use "Triggering Unit" to get the unit doing the training. Use "Triggering Progress Unit Type" to get the unit type of the unit being trained. Use "Triggering Progress Unit" to get the unit being trained.

Parameters[ | ]

Advertisement