# Set Next Movie
Grammar — Set movie to play for players after the game finishes
Flags —Native|Action
The specified movie will play for the given players after the game finishes.
# Arguments
playergroup— Playersstring<filepath> — Movie
Returns — void
native void MoviePlayAfterGame(
playergroup players,
string assetLink,
);
# Related
Category: UI / Transitions
- Set Next Movie —
void— MoviePlayAfterGame - Set Next Loading Screen —
void— UISetNextLoadingScreen - Set Next Loading Screen Image Scale —
void— UISetNextLoadingScreenImageScale - Set Next Loading Screen Text Position —
void— UISetNextLoadingScreenTextPosition - Set Restart Loading Screen Tip —
void— UISetRestartLoadingScreen - Game Credits Finished —
void— TriggerAddEventGameCreditsFinished
# Examples
— None found —