1
This commit is contained in:
parent
78706d8312
commit
838e078e0f
@ -440,6 +440,16 @@ enum BulletConsumeType_e
|
||||
kBulletConsumeMulti = 1,
|
||||
};
|
||||
|
||||
enum SamplePolyFlags
|
||||
{
|
||||
SAMPLE_POLYFLAGS_WALK = 0x01, // Ability to walk (ground, grass, road)
|
||||
SAMPLE_POLYFLAGS_SWIM = 0x02, // Ability to swim (water).
|
||||
SAMPLE_POLYFLAGS_DOOR = 0x04, // Ability to move through doors.
|
||||
SAMPLE_POLYFLAGS_JUMP = 0x08, // Ability to jump.
|
||||
SAMPLE_POLYFLAGS_DISABLED = 0x10, // Disabled polygon
|
||||
SAMPLE_POLYFLAGS_ALL = 0xffff // All abilities.
|
||||
};
|
||||
|
||||
enum MagicType_e
|
||||
{
|
||||
MAGIC_NONE = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user