Files
2take1-scripts/ts-lua/types/2take1.d.ts
2021-06-23 21:29:51 -05:00

15 lines
292 B
TypeScript

/**
* 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;
}