ts ini
This commit is contained in:
15
ts-lua/types/2take1.d.ts
vendored
Normal file
15
ts-lua/types/2take1.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Menu Functions
|
||||
* @public
|
||||
*/
|
||||
declare namespace lua2take1 {
|
||||
type Player = number;
|
||||
type Entity = number;
|
||||
type Ped = number;
|
||||
type Vehicle = number;
|
||||
type Group = number;
|
||||
type Hash = number;
|
||||
type Ptfx = number;
|
||||
type Any = number;
|
||||
type Thread = number;
|
||||
}
|
||||
Reference in New Issue
Block a user