Execute_PlayVideo
Description
Plays a UI/Media video defined in DA_VideoPlayer, centered on the specified BaseObject character. This is for UI/Media videos and not Level Sequences.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character that the video playback is centered on. |
| S1 | The video ID defined in DA_VideoPlayer. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Play the intro video centered on Self | Self | PlayVideo | Intro |
| Play a cutscene video centered on Target | Target | PlayVideo | Intro |