init
This commit is contained in:
14
RAGE/Cutscene.d.ts
vendored
Normal file
14
RAGE/Cutscene.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Cutscene Functions
|
||||
* @public
|
||||
* @noSelf
|
||||
*/
|
||||
declare namespace cutscene {
|
||||
|
||||
function stop_cutscene_immediately(): void;
|
||||
function remove_cutscene(): void;
|
||||
function is_cutscene_active(): boolean;
|
||||
function is_cutscene_playing(): boolean;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user