init
This commit is contained in:
15
RAGE/Interior.d.ts
vendored
Normal file
15
RAGE/Interior.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Interior Functions
|
||||
* @public
|
||||
* @noSelf
|
||||
*/
|
||||
declare namespace interior {
|
||||
|
||||
function get_interior_from_entity(entity: Entity): any;
|
||||
function get_interior_at_coords_with_type(coords: v3, interiorType: string): any;
|
||||
function enable_interior_prop(id: any, prop: string): void;
|
||||
function disable_interior_prop(id: any, prop: string): void;
|
||||
function refresh_interior(id: any): void;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user