Защищенные члены | |
void | RemotelyActivatedItemBehaviour (notnull EntityAI pParent) |
void | ~RemotelyActivatedItemBehaviour () |
void | SetTrigger () |
void | OnVariableSynchronized () |
void | OnStoreSave (ParamsWriteContext ctx) |
bool | OnStoreLoad (ParamsReadContext ctx, int version) |
void | OnAfterLoad () |
void | SetPersistentPairID (int id) |
void | Pair () |
void | Pair (notnull EntityAI device) |
void | Unpair () |
EntityAI | GetPairDevice () |
bool | IsPaired () |
void | SetPairDeviceNetIds (notnull EntityAI device) |
int | GetPairDeviceNetIdLow () |
int | GetPairDeviceNetIdHigh () |
Защищенные статические члены | |
static int | GeneratePersistentID () |
Защищенные данные | |
EntityAI | m_Parent |
bool | m_IsTrigger |
EntityAI | m_PairDevice |
int | m_PairDeviceNetIdLow |
int | m_PairDeviceNetIdHigh |
int | m_PersistentPairID = int.MIN |
Статические защищенные данные | |
static ref map< int, EntityAI > | m_RemoteReceivers = new map<int,EntityAI>() |
См. определение в файле RemotelyActivatedItemBehaviour.c строка 1