Mercurial > mm7
comparison Actor.h @ 141:cca78efb377e
Constants -> enums
author | Nomad |
---|---|
date | Tue, 12 Feb 2013 03:02:13 +0200 |
parents | 9c0607679772 |
children | 8b8fd4d83fdc |
comparison
equal
deleted
inserted
replaced
140:f4d7a9a8c363 | 141:cca78efb377e |
---|---|
50 | 50 |
51 /* 295 */ | 51 /* 295 */ |
52 enum ObjectType | 52 enum ObjectType |
53 { | 53 { |
54 OBJECT_unk0 = 0x0, | 54 OBJECT_unk0 = 0x0, |
55 OBJECT_unk1 = 0x1, | 55 OBJECT_BLVDoor = 0x1, |
56 OBJECT_Item = 0x2, | 56 OBJECT_Item = 0x2, |
57 OBJECT_Actor = 0x3, | 57 OBJECT_Actor = 0x3, |
58 OBJECT_Player = 0x4, | 58 OBJECT_Player = 0x4, |
59 OBJECT_Decoration = 0x5, | 59 OBJECT_Decoration = 0x5, |
60 OBJECT_BModel = 0x6, | 60 OBJECT_BModel = 0x6, |
93 AttackingRanged2 = 0xC, | 93 AttackingRanged2 = 0xC, |
94 AttackingRanged3 = 0xD, | 94 AttackingRanged3 = 0xD, |
95 Stoned = 0xE, | 95 Stoned = 0xE, |
96 Paralyzed = 0xF, | 96 Paralyzed = 0xF, |
97 Resurrected = 0x10, | 97 Resurrected = 0x10, |
98 Summoned = 0x11, | 98 Summoned = 17, |
99 AttackingRanged4 = 0x12, | 99 AttackingRanged4 = 0x12, |
100 Disabled = 0x13, | 100 Disabled = 0x13, |
101 }; | 101 }; |
102 | 102 |
103 /* 265 */ | 103 /* 265 */ |