init
This commit is contained in:
13
RAGE/Fire.d.ts
vendored
Normal file
13
RAGE/Fire.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Fire Functions
|
||||
* @public
|
||||
* @noSelf
|
||||
*/
|
||||
declare namespace fire {
|
||||
|
||||
function add_explosion(pos: v3, type: int, isAudible: boolean, isInvis: boolean, fCamShake: float, owner: Ped): boolean;
|
||||
function start_entity_fire(ped: Ped): Ped;
|
||||
function stop_entity_fire(ped: Ped): void;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user