Don't have an account? Sign Up
struct SCollisionClass { uint32 type; uint32 ignore; };
physinterface.h
uint32 ignore;
another entity will be ignored if *any* of these bits are set in its type
uint32 type;
collision_class flags to identify the enity
SCollisionClass();
SCollisionClass(uint32 t, uint32 i);