all types

This commit is contained in:
2021-06-24 23:56:08 -05:00
parent 2fc2fdec28
commit 70afcad526
26 changed files with 581 additions and 23 deletions

View File

@@ -9,6 +9,7 @@ type Ped = number;
type Vehicle = number;
type Group = number;
type Hash = number;
type Pickup = Hash;
type Ptfx = number;
type Any = number;
type Thread = number;
@@ -24,6 +25,7 @@ type uint64_t = number;
type integer = number;
type int = number;
type float = number;
type BYTE = number;
//type wstring = string;
// lua C++ adjacent types