SC2Mapster Wiki
Advertisement

Cinematics-Movie[ | ]

Movie Function[ | ]

GUI[ | ]

Cinematics - A movie function event with name functionName happens for Player player

Galaxy Code[ | ]

void TriggerAddEventMovieFunction (trigger t,int player,string functionName)

Description[ | ]

This event is only usable if you play a movie texture on a model, and that movie texture has a .event file with the same name as the movie texture. The .event file can specify times when the movie should send an event to the trigger system. Each event in the .event file has a name that must be specified in the Function Name parameter if you want to respond to that event.

Parameters[ | ]

Advertisement