PlayCutsceneWithLoad
Description
An intuitive way of playing cutscenes, scripted in SCutsenes.lur.
function PlayCutsceneWithLoad(cutsceneName, avoidFadeIn, avoidFadeOut, dontTransitionBack, dontTransitionTo) --[[ ... ]] end
Parameters
cutsceneName
:string
- Cutscene ID to play.avoidFadeIn
:boolean
- Whether to fade the camera in.avoidFadeOut
:boolean
- Whether to fade the camera out.dontTransitionBack
:boolean
- Whether to be teleported to the cutscene area.dontTransitionTo
:boolean
- Whether to be teleported back to previous location before cutscene.
Return Values
...
Example
...