- Joined
- Apr 13, 2008
- Messages
- 1,608
Hello folks,
It is possible to register an event for the end of cinematic.
I checked a 20 years old API here: JASS Manual: API Browser - Type playerevent
And I could only find the END_CINEMATIC event.
My question is:
Is there a way to detect the start of cinematic mode?
It is possible to register an event for the end of cinematic.
JASS:
TriggerRegisterPlayerEvent(trig, whichPlayer, EVENT_PLAYER_END_CINEMATIC)
JASS:
constant playerevent EVENT_PLAYER_END_CINEMATIC = ConvertPlayerEvent(17)
I checked a 20 years old API here: JASS Manual: API Browser - Type playerevent
And I could only find the END_CINEMATIC event.
My question is:
Is there a way to detect the start of cinematic mode?