Защищенные члены | |
void | PlayerAgentPool (PlayerBase player) |
int | GetStorageVersion () |
void | PrintAgents () |
void | ImmuneSystemTick (float value, float deltaT) |
void | GrowAgents (float deltaT) |
void | ProcessTemporaryResistance (float deltaTime) |
void | OnStoreSave (ParamsWriteContext ctx) |
bool | OnStoreLoad (ParamsReadContext ctx, int version) |
void | DigestAgent (int agent_id, float count) |
void | AddAgent (int agent_id, float count) |
void | RemoveAgent (int agent_id) |
void | RemoveAllAgents () |
void | ReduceAgent (int id, float percent) |
int | GetAgents () |
int | GetSingleAgentCount (int agent_id) |
float | GetTotalAgentCount () |
void | SpawnAgents (float deltaT) |
void | SetAgentCount (int agent_id, float count) |
void | AntibioticsAttack (float attack_value) |
void | DrugsAttack (EMedicalDrugsType drugType, float attackValue) |
void | SetTemporaryResistance (int agentId, float time) |
float | GetTemporaryResistance (int agentId) |
Защищенные данные | |
ref map< int, float > | m_AgentTemporaryResistance |
PluginTransmissionAgents | m_PluginTransmissionAgents = PluginTransmissionAgents.Cast(GetPlugin(PluginTransmissionAgents)) |
Закрытые члены | |
void | ResetTemporaryResistance () |
void | RemoteGrowRequestDebug (ParamsReadContext ctx) |
void | GetDebugObject (array< ref Param > object_out) |
Закрытые данные | |
const int | STORAGE_VERSION = 137 |
int | m_AgentMask |
float | m_LastTicked |
float | m_TotalAgentCount |
PlayerBase | m_Player |
ref map< int, float > | m_VirusPool |
ref array< int > | m_VirusPoolArray |
DEPRECATED. | |
См. определение в файле PlayerAgentPool.c строка 1