Osiris/API/TeleportRequestMovie
From Divinity Engine Wiki
Full Definition(s)
- event TeleportRequestMovie((INTEGER)_UserID, (STRING)_UserEvent)
Description
Thrown for every currently connected user by CharacterTeleportPartiesToTriggerWithMovieRequestCallback. In response, call CharacterSetTeleportMovie with the movie you wish to play for this user.
Parameters
- _UserID: The id of the user for which the event was thrown.
- _Event: The name of the event as specified when calling CharacterTeleportPartiesToTriggerWithMovieRequestCallback.
Notes
- See CharacterTeleportPartiesToTriggerWithMovieRequestCallback for more information.