Encapsulates social behavior related attributes (merge with entity?). More...
#include <cObject.h>
Public Member Functions | |
rSocialised () | |
Constructor. | |
rSocialised (rSocialised *original) | |
Copy Constructor. | |
Public Attributes | |
std::bitset< MAX_ROLES > | roles |
Bitmask, lists the roles this object plays. | |
std::bitset< MAX_ROLES > | allies |
future: Bitmask, lists Roles which Allies have. | |
std::bitset< MAX_ROLES > | enemies |
Bitmask, lists Roles which Enemies play. |
Encapsulates social behavior related attributes (merge with entity?).