40 #ifndef _enumerations_h
41 #define _enumerations_h
86 OM_Portrait = OM_Degree_0,
87 OM_LandscapeRight = OM_Degree_90,
88 OM_LandscapeLeft = OM_Degree_270
98 PL_PauseParticles = 2,
99 PL_PauseAnimations = 4,
101 PL_PauseAll = PL_PausePhysics | PL_PauseParticles | PL_PauseAnimations
109 PT_Audio_Listener = 1,
110 PT_Audio_SoundProxy = 2,
113 PT_Graphics_First = 4,
114 PT_Graphics_BillboardSetProxy = 4,
115 PT_Graphics_CameraProxy = 8,
116 PT_Graphics_EntityProxy = 16,
117 PT_Graphics_LightProxy = 32,
118 PT_Graphics_ParticleSystemProxy = 64,
119 PT_Graphics_Last = 64,
121 PT_Physics_First = 128,
122 PT_Physics_GhostProxy = 128,
123 PT_Physics_RigidProxy = 256,
124 PT_Physics_SoftProxy = 512,
125 PT_Physics_Last = 512,
127 PT_Audio_All_Proxies = ( PT_Audio_Listener | PT_Audio_SoundProxy ),
128 PT_Graphics_All_Proxies = ( PT_Graphics_BillboardSetProxy | PT_Graphics_CameraProxy |PT_Graphics_EntityProxy |PT_Graphics_LightProxy |PT_Graphics_ParticleSystemProxy ),
129 PT_Physics_All_Proxies = ( PT_Physics_GhostProxy | PT_Physics_RigidProxy | PT_Physics_SoftProxy )
169 WO_HeightfieldTerrain = 2,
170 WO_VectorFieldTerrain = 4,
172 WO_MarchingCubeTerrain = 16,
173 WO_UnknownTerrain = 32,
180 WO_DebrisUnknown = 256,
184 WO_AreaEffectFirst = 512,
185 WO_AreaEffectGravityField = 512,
186 WO_AreaEffectGravityWell = 1024,
187 WO_AreaEffectFieldOfForce = 2048,
188 WO_AreaEffectPlaceHolder1 = 4069,
189 WO_AreaEffectPlaceHolder2 = 8192,
190 WO_AreaEffectUnknown = 16384,
191 WO_AreaEffectLast = 16384,
194 WO_ActorFirst = 32768,
195 WO_ActorPlaceHolder1 = 32768,
196 WO_ActorPlaceHolder2 = 65536,
197 WO_ActorPlaceHolder3 = 131072,
198 WO_ActorLast = 131072,
201 WO_VehicleFirst = 262144,
202 WO_VehiclePlaceHolder1 = 262144,
203 WO_VehiclePlaceHolder2 = 524288,
204 WO_VehiclePlaceHolder3 = 1048576,
205 WO_VehiclePlaceHolder4 = 2097152,
206 WO_VehiclePlaceHolder5 = 4194304,
207 WO_VehicleLast = 4194304