Static methods

@:native("DisableRockstarEditorCameraChanges")staticDisableRockstarEditorCameraChanges():Dynamic

This will disable the ability to make camera changes in R* Editor.

@:native("IsRecording")staticIsRecording():Bool

Checks if you're recording.

@:native("SaveRecordingClip")staticSaveRecordingClip():Bool

@:native("StartRecording")staticStartRecording(mode:Int):Dynamic

Starts recording a replay.\ If already recording a replay, does nothing.

@:native("StopRecordingAndDiscardClip")staticStopRecordingAndDiscardClip():Dynamic

Stops recording and discards the recorded clip.

@:native("StopRecordingAndSaveClip")staticStopRecordingAndSaveClip():Dynamic

Stops recording and saves the recorded clip.

@:native("StopRecordingThisFrame")staticStopRecordingThisFrame():Dynamic

Disable recording for this frame only.