mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2025-01-03 16:13:21 +08:00
feat(CBaseModelInfo): Update eModelType enum
This commit is contained in:
parent
ef4cfaf14b
commit
3c1235f5db
@ -4,14 +4,25 @@
|
|||||||
|
|
||||||
enum class eModelType : std::uint8_t
|
enum class eModelType : std::uint8_t
|
||||||
{
|
{
|
||||||
UNK_0,
|
Invalid,
|
||||||
Object,
|
Object,
|
||||||
UNK_2,
|
Interior,
|
||||||
UNK_3,
|
Window,
|
||||||
Weapon,
|
Weapon,
|
||||||
Vehicle,
|
Vehicle,
|
||||||
Ped,
|
Ped,
|
||||||
Plant = 129
|
Destructable,
|
||||||
|
WorldObject = 33,
|
||||||
|
Sprinkler = 35,
|
||||||
|
Unk65 = 65,
|
||||||
|
EmissiveLOD = 67,
|
||||||
|
Plant = 129,
|
||||||
|
LOD = 131,
|
||||||
|
Unk132 = 132,
|
||||||
|
Unk133 = 133,
|
||||||
|
OnlineOnlyPed = 134,
|
||||||
|
Building = 161,
|
||||||
|
Unk193 = 193
|
||||||
};
|
};
|
||||||
|
|
||||||
#pragma pack(push, 2)
|
#pragma pack(push, 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user