StopDialogueCamera - Game
Jump to navigation
Jump to search
Member of: Game Script
Stops all dialogue cameras.
Syntax[edit | edit source]
Function StopDialogueCamera(bool abConsiderResume = false, bool abSwitchingTo1stP = false) native global
Parameters[edit | edit source]
- abConsiderResume: Allow the camera to resume after a spell.
- Default: false
- abSwitchingTo1stP: Is the player being switched to 1st person mode.
- Default: false
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Play an event camera using the Gate_Alias as its ref object.
Game.StopDialogueCamera( )