[JASS] PolledWait vs TriggerSleepAction

Status
Not open for further replies.
One of them waits GAME time and one of them waits REAL time.
This means that if for example someone lags, the one that waits GAME time will continue waiting and the REAL time will stop waiting (if they were supposed to end at the lagging time).

I do not really remember which is which but I would guess Polled is game time and TSA is real time.

On a side note, waits are not encouraged to use. They have some evil side-effects in many cases.
Usually you would prefer to use a timer (not always, but usually).
 
Status
Not open for further replies.
Back
Top