![]() |
Dayz Explorer 1.28.160049
|
Plugin interface for controlling of agent pool system. More...
Protected Member Functions | |
| void | PluginAdminLog () |
| void | ~PluginAdminLog () |
| void | LogPrint (string message) |
| string | GetPlayerPrefix (PlayerBase player, PlayerIdentity identity) |
| string | GetHitMessage (TotalDamageResult damageResult, int component, string zone, string ammo) |
| void | PlayerKilled (PlayerBase player, Object source) |
| void | PlayerKilledByDrowningUncon (PlayerBase player) |
| void | PlayerKilledByRespawn (PlayerBase player) |
| void | PlayerKilledByDisconnect (PlayerBase player) |
| void | PlayerHitBy (TotalDamageResult damageResult, int damageType, PlayerBase player, EntityAI source, int component, string dmgZone, string ammo) |
| void | UnconStart (PlayerBase player) |
| void | UnconStop (PlayerBase player) |
| void | OnPlacementComplete (Man player, ItemBase item) |
| void | OnContinouousAction (ActionData action_data) |
| void | OnEmote (PlayerBase player, EmoteBase emote) |
| void | Suicide (PlayerBase player) |
| void | BleedingOut (PlayerBase player) |
| void | TotemFlagChange (bool top, notnull PlayerBase player, notnull EntityAI totem) |
| void | PlayerList () |
| void | PlayerTeleportedLog (notnull PlayerBase player, vector startPos, vector targetPos, string reason) |
| void | DirectAdminLogPrint (string str) |
| override void | OnInit () |
| void | ToggleCameraTools () |
| void | CursorHide () |
| void | CursorShow () |
| void | Save () |
| void | PlayPause () |
| void | AddKeyframe () |
| void | DeleteKeyframe () |
| void | PossesInfected () |
| void | CommandHandler (DayZInfected infected) |
| void | Tick () |
| void | InitAttacks () |
| void | TeleportAtCursor () |
| Set Player position at his cursor position in the world. | |
| void | Teleport (PlayerBase player, vector position) |
| Teleport player at position. | |
| void | SetDirection (PlayerBase player, vector direction) |
| Set player direction. | |
| void | ToggleFreeCameraBackPos () |
| Enable / Disable Free camera (Fly mod) | |
| void | ToggleFreeCamera () |
| Enable / Disable Free camera (Fly mod) - disable of camera will teleport player at current free camera position. | |
| bool | IsEnabledFreeCamera () |
| void | PluginDeveloper () |
| override void | OnInit () |
| void | OnRPC (PlayerBase player, int rpc_type, ParamsReadContext ctx) |
| void | PrintLogClient (string msg_log) |
| void | SendServerLogToClient (string msg) |
| void | OnRPCSyncSceneObject (ParamsReadContext ctx) |
| void | OnRPCPluginDayzCreatureDebug (PlayerBase player, int rpc_type, ParamsReadContext ctx) |
| void | HandleSetTime (PlayerBase player, ParamsReadContext ctx) |
| void | HandlePresetSpawn (PlayerBase player, string presetName, EntityAI target) |
| void | OnRPCServerLogRecieved (ParamsReadContext ctx) |
| void | OnRPCClearInventory (PlayerBase player) |
| void | OnRPCSpawnEntityOnCursorDir (PlayerBase player, ParamsReadContext ctx) |
| void | OnRPCSpawnEntityOnGround (PlayerBase player, ParamsReadContext ctx) |
| void | OnRPCSpawnEntityOnGroundPatternGrid (PlayerBase player, ParamsReadContext ctx) |
| void | OnRPCSpawnEntity (PlayerBase player, ParamsReadContext ctx) |
| void | OnSetFreeCameraEvent (PlayerBase player, FreeDebugCamera camera) |
| void | OnSpawnErrorReport (string name) |
| void | SetupSpawnedEntity (PlayerBase player, EntityAI entity, float health, float quantity=-1, bool special=false, string presetName="") |
| void | SpawnEntityOnGroundPatternGrid (PlayerBase player, string item_name, int count, float health, float quantity, int rows, int columns, float gapRow=1, float gapColumn=1, bool special=false, bool withPhysics=false) |
| void | SpawnItemOnCrosshair (notnull PlayerBase player, string itemName, float health, float quantity, float maxDist=100, bool allowFreeflight=false, bool special=false, bool withPhysics=false) |
| EntityAI | SpawnEntityOnGroundPos (PlayerBase player, string item_name, float health, float quantity, vector pos, bool special=false, bool withPhysics=false) |
| spawns entity on exact position | |
| EntityAI | SpawnEntityOnCursorDir (PlayerBase player, string item_name, float quantity, float distance, float health=-1, bool special=false, string presetName="", bool withPhysics=false) |
| spawns entity in direction of cursor at specified distance | |
| EntityAI | SpawnEntityInInventory (notnull EntityAI target, string className, float health, float quantity, bool special=false, string presetName="", FindInventoryLocationType locationType=FindInventoryLocationType.ANY) |
| tries to spawn item somewhere in inventory | |
| EntityAI | SpawnEntityInPlayerInventory (PlayerBase player, string item_name, float health, float quantity, bool special=false, string presetName="", FindInventoryLocationType locationType=FindInventoryLocationType.ANY) |
| EntityAI | SpawnEntityAsAttachment (PlayerBase player, EntityAI parent, string att_name, float health, float quantity) |
| tries to spawn item as attachment | |
| EntityAI | SpawnFromClipboard () |
| void | ClearInventory (EntityAI entity) |
| void | ToggleHelpScreen () |
| void | ToggleScriptConsole () |
| void | ToggleMissionLoader () |
| void | Init (PlayerBase player) |
| void | ShowDebug (bool show) |
| EntityAI | GetTargetEntity () |
| utilizes camera position from the CGame | |
| void | PluginUniversalTemperatureSourceClient () |
| override void | OnInit () |
| override void | OnUpdate (float delta_time) |
| void | InitWidgets () |
| void | DrawDebugs () |
| void | ProcessUniversalTemperatureSources () |
| float | CalcTemperatureFromTemperatureSource (notnull UTemperatureSourceDebug utsd) |
| void | EnableWidgets (bool enable) |
| void | UpdateStatWidgets () |
| void | UpdateStatWidget (int rowIndex, UTemperatureSourceDebug utsd) |
| void | RequestUniversalTemperatureSources (PlayerBase player, int enable) |
| void | PrintedDebug () |
| void | OnRPC (ParamsReadContext ctx) |
| void | PluginUniversalTemperatureSourceServer () |
| override void | OnUpdate (float delta_time) |
| void | GatherTemperatureSources (PlayerBase player) |
| void | SendDebug () |
| void | OnRequestReceived (PlayerBase player, bool enable) |
| void | OnRPC (ParamsReadContext ctx, PlayerBase player) |
| void | PluginDeveloperSync () |
| override void | OnInit () |
| void | EnableUpdate (bool enable, int type, PlayerBase player) |
| void | Update () |
| void | SetSystemInBitmask (PlayerBase player, int system_bit, bool state) |
| bool | IsSetSystemInBitmask (PlayerBase player, int system_bit) |
| void | RegisterPlayer (PlayerBase player) |
| bool | IsPlayerRegistered (PlayerBase player) |
| void | OnRPC (PlayerBase player, int rpc_type, ParamsReadContext ctx) |
| bool | GetRPCUpdateState (ParamsReadContext ctx) |
| int | GetRPCModifierID (ParamsReadContext ctx) |
| void | GetRPCModifierLock (ParamsReadContext ctx, out int id, out bool lock) |
| void | SendRPCStats (PlayerBase player) |
| void | OnRPCStats (ParamsReadContext ctx) |
| void | UpdateStatsLocal () |
| void | OnRPCStatSet (ParamsReadContext ctx, PlayerBase player) |
| ref array< ref SyncedValue > | GetHealthZonesSynched () |
| bool | GetIsTargetChanged () |
| void | SetTargetChanged (bool state) |
| void | SendRPCHealth (PlayerBase player) |
| void | OnRPCHealth (ParamsReadContext ctx, PlayerBase player) |
| void | SetupZoneValues (inout array< ref Param > rpc_params, DamageZoneMap dmgZones, EntityAI target, string healthType, int typeID) |
| void | OnRPCHealthSet (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPCHorticultUpdate (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPCHorticultureSpeed (ParamsReadContext ctx, PlayerBase player) |
| void | SendRPCLevels (PlayerBase player) |
| void | OnRPCLevels (ParamsReadContext ctx) |
| void | SendRPCMods (PlayerBase player) |
| void | SendRPCModsDetail (PlayerBase player) |
| void | OnRPCMods (ParamsReadContext ctx) |
| void | OnRPCModsDetailed (ParamsReadContext ctx) |
| void | RequestDetailedInfo (int id, notnull PlayerBase player) |
| void | ActivateModifier (int id, PlayerBase player=NULL) |
| void | DeactivateModifier (int id, PlayerBase player=NULL) |
| void | LockModifier (int id, bool lock, PlayerBase player=NULL) |
| bool | IsModifierLocked (int id, PlayerBase player=NULL) |
| void | SendRPCTemp (PlayerBase player) |
| void | OnRPCTemp (ParamsReadContext ctx, PlayerBase player) |
| void | SendRPCAgents (PlayerBase player) |
| void | OnRPCAgents (ParamsReadContext ctx) |
| void | SendRPCStomach (PlayerBase player) |
| void | OnRPCStomach (ParamsReadContext ctx) |
| void | CaptureFocus () |
| void | ReleaseFocus () |
| void | ToggleFocus () |
| void | RegisterKeyBind (int ui_id, int key_code1, int key_code2, string plugin_name, string fnc_name, string info_shortcut, string info_description) |
| void | RegisterMouseBind (int ui_id, int mouse_button, int mouse_event, string plugin_name, string fnc_name, string info_shortcut, string info_description) |
| bool | IsCurrentUIPageValid (int ui_page_request) |
| bool | CheckMask (int source_mask, int target_mask) |
| void | OnMouse (int event_id, int button) |
| MouseButtonInfo | GetMouseButtonInfo (int button) |
| bool | IsKeyPressed (int key) |
| void | EditorUpdate () |
| float | GetAgentTransferabilityIn (int agent_id) |
| Returns transferabilityIn attribute for given agent. | |
| bool | GrowDuringMedicalDrugsAttack (int agentId, EMedicalDrugsType drugType, PlayerBase player) |
| float | GetDieOffSpeed (int agent_id) |
| Returns dieOfSpeed attribute for given agent (see GetDieOffSpeedEx()) | |
| float | GetAgentDieOffSpeedEx (int agent_id, PlayerBase player) |
| Returns dieOfSpeed attribute for given agent. | |
| EStatLevels | GetPotency (int agent_id) |
| Returns potency attribute for given agent (see GetAgentPotencyEx()) | |
| EStatLevels | GetAgentPotencyEx (int agent_id, PlayerBase player) |
| Returns potency attribute for given agent. | |
| float | GetAgentInvasibilityEx (int agent_id, PlayerBase player) |
| Returns invasibility attribute for given agent. | |
| float | GetAgentAntiboticsResistance (int agent_id) |
| Returns antibiotics resistance attribute for given agent see GetAgentAntiboticsResistanceEx() | |
| float | GetAgentAntiboticsResistanceEx (int agent_id, PlayerBase player) |
| Returns antibiotics resistance attribute for given agent. | |
| float | GetAgentTransferabilityOut (int agent_id) |
| Returns transferabilityOut attribute for given agent. | |
| float | GetAgentTransferabilityAirOut (int agent_id) |
| Returns transferabilitAiryOut attribute for given agent. | |
| float | GetAgentInvasibility (int agent_id) |
| Returns invasibility attribute for given agent. | |
| float | GetAgentDigestibility (int agent_id) |
| Returns stomach digetibility attribute for given agent (see GetAgentDigestibilityEx()) | |
| float | GetAgentDigestibilityEx (int agent_id, PlayerBase player) |
| Returns stomach digetibility attribute for given agent. | |
| float | TransmitAgentsEx (EntityAI source, EntityAI target, int pathway, int dose_size=1000, int agents=0) |
| Process transmission of agents between entities (for specified transmission type) | |
| void | TransmitAgents (EntityAI source, EntityAI target, int pathway, int dose_size=1000) |
| Process transmission of agents between entities (for specified transmission type) (see TransmitAgentsEx())) | |
| void | InjectAgentsWithoutPlayer (EntityAI target, int agents) |
| Injects specified agents directly to target. | |
| void | InjectAgentsWithPlayer (EntityAI target, int agents, float protection, int dose_size, int inject_type) |
| Injects agents to a given target, using chance of transmission and full dose size if chance succeeds. | |
| void | InjectAgentsWithPlayerCount (EntityAI target, int agents, float protection, int dose_size, int inject_type) |
| Injects agents to a given target, with no probability, but the dose size is modified by m_TransferabilityOut of the agent. | |
| float | InjectAgentWithPlayerDose (EntityAI target, int agent, float protection, float dose_size, int inject_type) |
| Injects agent to a given target. | |
| float | GetProtectionLevel (int type, int slot, Man player) |
| Protection level of an attachment against enviromental hazard (mask/filters for example) (see GetProtectionLevelEx()) | |
| float | CalculateAgentsToTransmit (int agent_id, float protection, int dose_size, int inject_type) |
| Calculates number of agents that can be transmitted (based on given dose_size) | |
| bool | DetermineChanceToTransmit (int agent_id, float protection, int inject_type) |
| Agent transmission chance processing. | |
| bool | GrowDuringAntibioticsAttack (int agent_id, PlayerBase player) |
| DEPRECATED. | |
Static Protected Member Functions | |
| static int | GetPlayerListTimer () |
| static PluginCameraTools | GetInstance () |
| static PluginDeveloper | GetInstance () |
| static int | GetAgentMaxCount (int agent_id) |
| Returns max count attribute for given agent. | |
| static void | BuildAgentArray (int agents, array< int > agents_out) |
| static float | GetProtectionLevelEx (int type, int slot, Man player, bool consider_filter=true, int system=0) |
| Protection level of an attachment against enviromental hazard (mask/filters for example) | |
Static Protected Attributes | |
| static PluginCameraTools | m_Instance |
| static bool | m_IsOpen |
Plugin interface for controlling of agent pool system.
Class PluginMessageManager provides some basic Message Distribution mechanics, if you get instance of this plugin class on your object, you can use its methods to broadcast messages.
Definition at line 1 of file pluginbase.c.
|
protected |
Definition at line 58 of file pluginadminlog.c.
|
protected |
Definition at line 900 of file plugindevelopersync.c.
|
protected |
Definition at line 62 of file plugincameratools.c.
|
protected |
Definition at line 389 of file pluginadminlog.c.
Definition at line 467 of file plugintransmissionagents.c.
|
protected |
heat transfer through air to player (env temperature)
dist factor minimum should be at 0
Definition at line 124 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Calculates number of agents that can be transmitted (based on given dose_size)
| agent_id | Id of agent (see eAgents enum) |
| protection | Protection size used for chance generation <0.0; 1.0> |
| dose_size | Number of agents to be transmitted |
| inject_type | Type of transmission |
Definition at line 516 of file plugintransmissionagents.c.
|
protected |
Definition at line 1065 of file plugindevelopersync.c.
Definition at line 324 of file pluginkeybinding.c.
|
protected |
Definition at line 729 of file plugindeveloper.c.
|
protected |
Definition at line 380 of file plugindayzinfecteddebug.c.
|
protected |
Definition at line 35 of file plugincameratools.c.
|
protected |
Definition at line 44 of file plugincameratools.c.
|
protected |
Definition at line 911 of file plugindevelopersync.c.
|
protected |
Definition at line 68 of file plugincameratools.c.
|
protected |
Agent transmission chance processing.
| agent_id | Id of agent (see eAgents enum) |
| protection | Protection size used for chance generation <0.0; 1.0> |
| inject_type | Type of transmission |
Definition at line 554 of file plugintransmissionagents.c.
|
protected |
Definition at line 441 of file pluginadminlog.c.
|
protected |
Definition at line 50 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 1145 of file pluginscenemanager.c.
|
protected |
Definition at line 85 of file plugindevelopersync.c.
|
protected |
Definition at line 147 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 31 of file pluginuniversaltemperaturesourceserver.c.
Returns antibiotics resistance attribute for given agent see GetAgentAntiboticsResistanceEx()
Definition at line 191 of file plugintransmissionagents.c.
|
protected |
Returns antibiotics resistance attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 203 of file plugintransmissionagents.c.
|
protected |
Returns dieOfSpeed attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 147 of file plugintransmissionagents.c.
Returns stomach digetibility attribute for given agent (see GetAgentDigestibilityEx())
Definition at line 246 of file plugintransmissionagents.c.
|
protected |
Returns stomach digetibility attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 259 of file plugintransmissionagents.c.
Returns invasibility attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 236 of file plugintransmissionagents.c.
|
protected |
Returns invasibility attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 181 of file plugintransmissionagents.c.
Returns max count attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 272 of file plugintransmissionagents.c.
|
protected |
Returns potency attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 169 of file plugintransmissionagents.c.
Returns transferabilitAiryOut attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 225 of file plugintransmissionagents.c.
Returns transferabilityIn attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 116 of file plugintransmissionagents.c.
Returns transferabilityOut attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 214 of file plugintransmissionagents.c.
Returns dieOfSpeed attribute for given agent (see GetDieOffSpeedEx())
Definition at line 134 of file plugintransmissionagents.c.
|
protected |
Definition at line 538 of file plugindevelopersync.c.
|
protected |
Definition at line 103 of file pluginadminlog.c.
|
staticprotected |
Definition at line 11 of file plugincameratools.c.
|
staticprotected |
Definition at line 8 of file plugindeveloper.c.
|
protected |
Definition at line 543 of file plugindevelopersync.c.
|
protected |
Definition at line 357 of file pluginkeybinding.c.
|
staticprotected |
Definition at line 30 of file pluginadminlog.c.
|
protected |
Definition at line 67 of file pluginadminlog.c.
|
protected |
Returns potency attribute for given agent (see GetAgentPotencyEx())
Definition at line 156 of file plugintransmissionagents.c.
Protection level of an attachment against enviromental hazard (mask/filters for example) (see GetProtectionLevelEx())
Definition at line 501 of file plugintransmissionagents.c.
|
staticprotected |
Protection level of an attachment against enviromental hazard (mask/filters for example)
| type | Type of protection (see DEF_BIOLOGICAL in constants.c for example) |
| slot | Inventory slot id |
| player | Player reference |
| consider_filter | (unused parameter for now) |
| system | (unused parameter for now) |
Definition at line 487 of file plugintransmissionagents.c.
|
protected |
Definition at line 420 of file plugindevelopersync.c.
|
protected |
Definition at line 432 of file plugindevelopersync.c.
|
protected |
Definition at line 408 of file plugindevelopersync.c.
|
protected |
utilizes camera position from the CGame
Definition at line 35 of file plugintargettemperature.c.
|
protected |
DEPRECATED.
Definition at line 588 of file plugintransmissionagents.c.
|
protected |
Definition at line 122 of file plugintransmissionagents.c.
|
protected |
Definition at line 189 of file plugindeveloper.c.
|
protected |
Definition at line 172 of file plugindeveloper.c.
|
protected |
Definition at line 6 of file plugintargettemperature.c.
|
protected |
Definition at line 453 of file plugindayzinfecteddebug.c.
|
protected |
Definition at line 40 of file pluginuniversaltemperaturesourceclient.c.
Injects specified agents directly to target.
| target | Entity to inject agents to |
| agents | Bit mask with information about agents |
Definition at line 387 of file plugintransmissionagents.c.
|
protected |
Injects agents to a given target, using chance of transmission and full dose size if chance succeeds.
| target | Entity to inject agents to |
| agents | Bit mask with information about agents |
| protection | Protection size used for chance generation <0.0; 1.0> |
| dose_size | Number of agents to be transmitted |
| inject_type | Type of transmission |
Definition at line 404 of file plugintransmissionagents.c.
|
protected |
Injects agents to a given target, with no probability, but the dose size is modified by m_TransferabilityOut of the agent.
| target | Entity to inject agents to |
| agents | Bit mask with information about agents |
| protection | Protection size used for chance generation <0.0; 1.0> |
| dose_size | Number of agents to be transmitted |
| inject_type | Type of transmission |
Definition at line 429 of file plugintransmissionagents.c.
|
protected |
Injects agent to a given target.
| target | Entity to inject agents to |
| agents | Bit mask with information about agents |
| protection | Protection size used for chance generation <0.0; 1.0> |
| dose_size | Number of agents to be transmitted |
| inject_type | Type of transmission |
Definition at line 453 of file plugintransmissionagents.c.
Definition at line 304 of file pluginkeybinding.c.
|
protected |
Definition at line 43 of file plugindeveloper.c.
Definition at line 374 of file pluginkeybinding.c.
|
protected |
Definition at line 932 of file plugindevelopersync.c.
|
protected |
Definition at line 257 of file plugindevelopersync.c.
|
protected |
Definition at line 227 of file plugindevelopersync.c.
|
protected |
Definition at line 922 of file plugindevelopersync.c.
|
protected |
Definition at line 62 of file pluginadminlog.c.
|
protected |
Definition at line 356 of file pluginadminlog.c.
|
protected |
Definition at line 371 of file pluginadminlog.c.
|
protected |
Definition at line 6 of file plugincameratools.c.
|
protected |
Definition at line 54 of file plugindeveloper.c.
|
protected |
Definition at line 20 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 73 of file plugindevelopersync.c.
Definition at line 337 of file pluginkeybinding.c.
|
protected |
Definition at line 337 of file pluginadminlog.c.
|
protected |
Definition at line 98 of file pluginuniversaltemperaturesourceserver.c.
|
protected |
Definition at line 234 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 112 of file pluginuniversaltemperaturesourceserver.c.
|
protected |
Definition at line 61 of file plugindeveloper.c.
|
protected |
Definition at line 270 of file plugindevelopersync.c.
|
protected |
Definition at line 991 of file plugindevelopersync.c.
|
protected |
Definition at line 231 of file plugindeveloper.c.
|
protected |
Definition at line 591 of file plugindevelopersync.c.
|
protected |
Definition at line 654 of file plugindevelopersync.c.
|
protected |
Definition at line 702 of file plugindevelopersync.c.
|
protected |
Definition at line 720 of file plugindevelopersync.c.
|
protected |
Definition at line 754 of file plugindevelopersync.c.
|
protected |
Definition at line 830 of file plugindevelopersync.c.
|
protected |
Definition at line 855 of file plugindevelopersync.c.
|
protected |
Definition at line 163 of file plugindeveloper.c.
|
protected |
Definition at line 221 of file plugindeveloper.c.
|
protected |
Definition at line 263 of file plugindeveloper.c.
|
protected |
Definition at line 237 of file plugindeveloper.c.
|
protected |
Definition at line 246 of file plugindeveloper.c.
|
protected |
Definition at line 255 of file plugindeveloper.c.
|
protected |
Definition at line 471 of file plugindevelopersync.c.
|
protected |
Definition at line 517 of file plugindevelopersync.c.
|
protected |
Definition at line 1030 of file plugindevelopersync.c.
|
protected |
Definition at line 149 of file plugindeveloper.c.
|
protected |
Definition at line 956 of file plugindevelopersync.c.
|
protected |
Definition at line 289 of file plugindeveloper.c.
|
protected |
Definition at line 294 of file plugindeveloper.c.
|
protected |
Definition at line 27 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 17 of file pluginuniversaltemperaturesourceserver.c.
|
protected |
Definition at line 210 of file pluginadminlog.c.
|
protected |
Definition at line 116 of file pluginadminlog.c.
|
protected |
Definition at line 201 of file pluginadminlog.c.
|
protected |
Definition at line 189 of file pluginadminlog.c.
|
protected |
Definition at line 195 of file pluginadminlog.c.
|
protected |
Definition at line 414 of file pluginadminlog.c.
|
protected |
Definition at line 434 of file pluginadminlog.c.
|
protected |
Definition at line 56 of file plugincameratools.c.
|
protected |
Definition at line 42 of file pluginadminlog.c.
|
protected |
Definition at line 49 of file plugindeveloper.c.
|
protected |
Definition at line 51 of file plugindevelopersync.c.
|
protected |
Definition at line 15 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 11 of file pluginuniversaltemperaturesourceserver.c.
|
protected |
Definition at line 371 of file plugindayzinfecteddebug.c.
|
protected |
Definition at line 224 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 119 of file plugindeveloper.c.
|
protected |
next temp source is too far (not cleaned on server, like in Environment, client need to know about all sources in MAXRANGE)
Definition at line 89 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 288 of file pluginkeybinding.c.
|
protected |
Definition at line 296 of file pluginkeybinding.c.
|
protected |
Definition at line 240 of file plugindevelopersync.c.
|
protected |
Definition at line 1071 of file plugindevelopersync.c.
|
protected |
Definition at line 883 of file plugindevelopersync.c.
|
protected |
Definition at line 205 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 50 of file plugincameratools.c.
|
protected |
Definition at line 81 of file pluginuniversaltemperaturesourceserver.c.
|
protected |
Definition at line 976 of file plugindevelopersync.c.
|
protected |
Definition at line 553 of file plugindevelopersync.c.
|
protected |
Definition at line 733 of file plugindevelopersync.c.
|
protected |
Definition at line 777 of file plugindevelopersync.c.
|
protected |
Definition at line 814 of file plugindevelopersync.c.
|
protected |
Definition at line 446 of file plugindevelopersync.c.
|
protected |
Definition at line 1016 of file plugindevelopersync.c.
|
protected |
Definition at line 947 of file plugindevelopersync.c.
|
protected |
Definition at line 129 of file plugindeveloper.c.
|
protected |
Set player direction.
Definition at line 26 of file plugindeveloper.c.
|
protected |
Definition at line 213 of file plugindevelopersync.c.
|
protected |
Definition at line 548 of file plugindevelopersync.c.
|
protected |
Definition at line 301 of file plugindeveloper.c.
|
protected |
Definition at line 612 of file plugindevelopersync.c.
|
protected |
Definition at line 11 of file plugintargettemperature.c.
|
protected |
tries to spawn item as attachment
| [in] | health | health of the item |
| [in] | quantity | quantity to set if item.HasQuantity() (-1 == set to max) |
Definition at line 634 of file plugindeveloper.c.
|
protected |
tries to spawn item somewhere in inventory
SpawnEntityInInventory queries future parent about free inventory location of the future item
| [in] | health | health of the item |
| [in] | quantity | quantity to set if item.HasQuantity() (-1 == set to max) |
Definition at line 502 of file plugindeveloper.c.
|
protected |
Definition at line 539 of file plugindeveloper.c.
|
protected |
spawns entity in direction of cursor at specified distance
| [in] | health | health of the item |
| [in] | quantity | quantity to set if item.HasQuantity() (-1 == set to max) |
| [in] | distance | distance of the item from player |
Definition at line 459 of file plugindeveloper.c.
|
protected |
Definition at line 340 of file plugindeveloper.c.
|
protected |
spawns entity on exact position
| [in] | health | health of the item |
| [in] | quantity | quantity to set if item.HasQuantity() (-1 == set to max) |
| [in] | pos | position where to spawn |
Definition at line 428 of file plugindeveloper.c.
|
protected |
Definition at line 680 of file plugindeveloper.c.
|
protected |
Definition at line 389 of file plugindeveloper.c.
|
protected |
Definition at line 382 of file pluginadminlog.c.
|
protected |
Teleport player at position.
Definition at line 20 of file plugindeveloper.c.
|
protected |
Set Player position at his cursor position in the world.
Definition at line 14 of file plugindeveloper.c.
|
protected |
Definition at line 445 of file plugindayzinfecteddebug.c.
|
protected |
Definition at line 19 of file plugincameratools.c.
|
protected |
Definition at line 1077 of file plugindevelopersync.c.
|
protected |
Enable / Disable Free camera (Fly mod) - disable of camera will teleport player at current free camera position.
Definition at line 38 of file plugindeveloper.c.
|
protected |
Enable / Disable Free camera (Fly mod)
Definition at line 32 of file plugindeveloper.c.
|
protected |
Definition at line 742 of file plugindeveloper.c.
|
protected |
Definition at line 771 of file plugindeveloper.c.
|
protected |
Definition at line 754 of file plugindeveloper.c.
|
protected |
Definition at line 397 of file pluginadminlog.c.
|
protected |
Process transmission of agents between entities (for specified transmission type) (see TransmitAgentsEx()))
Definition at line 377 of file plugintransmissionagents.c.
|
protected |
Process transmission of agents between entities (for specified transmission type)
| source | Entity to transfer agents from |
| target | Entity to transfer agents to |
| pathway | Type of transmission used |
| dose_size | Number of agents to be transmitted |
| agents | Bit mask specifing agents to transmit |
Definition at line 287 of file plugintransmissionagents.c.
|
protected |
Definition at line 320 of file pluginadminlog.c.
|
protected |
Definition at line 327 of file pluginadminlog.c.
|
protected |
!!!! Highly suspect
Definition at line 160 of file plugindevelopersync.c.
|
protected |
Definition at line 497 of file plugindevelopersync.c.
|
protected |
Definition at line 187 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 155 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 277 of file pluginkeybinding.c.
|
protected |
Definition at line 278 of file pluginkeybinding.c.
|
protected |
Definition at line 279 of file pluginkeybinding.c.
|
protected |
Definition at line 23 of file pluginadminlog.c.
|
protected |
Definition at line 48 of file plugindevelopersync.c.
|
protected |
Definition at line 1131 of file pluginscenemanager.c.
|
protected |
Definition at line 5 of file plugindeveloper.c.
|
protected |
Definition at line 11 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 43 of file plugindevelopersync.c.
|
protected |
Definition at line 42 of file plugindevelopersync.c.
|
protected |
Definition at line 21 of file pluginadminlog.c.
|
staticprotected |
Definition at line 3 of file plugincameratools.c.
|
protected |
Definition at line 1126 of file pluginscenemanager.c.
|
staticprotected |
Definition at line 4 of file plugincameratools.c.
|
protected |
Definition at line 1132 of file pluginscenemanager.c.
|
protected |
Definition at line 41 of file plugindevelopersync.c.
|
protected |
Definition at line 4 of file plugindeveloper.c.
|
protected |
Definition at line 281 of file pluginkeybinding.c.
|
protected |
Definition at line 1128 of file pluginscenemanager.c.
|
protected |
Definition at line 46 of file plugindevelopersync.c.
|
protected |
Definition at line 47 of file plugindevelopersync.c.
|
protected |
Definition at line 1119 of file pluginscenemanager.c.
|
protected |
Definition at line 1118 of file pluginscenemanager.c.
|
protected |
Definition at line 283 of file pluginkeybinding.c.
|
protected |
Definition at line 282 of file pluginkeybinding.c.
|
protected |
Definition at line 22 of file pluginadminlog.c.
|
protected |
Definition at line 27 of file pluginadminlog.c.
|
protected |
Definition at line 24 of file pluginadminlog.c.
|
protected |
Definition at line 4 of file plugintargettemperature.c.
|
protected |
Definition at line 1125 of file pluginscenemanager.c.
|
protected |
Definition at line 9 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 1129 of file pluginscenemanager.c.
|
protected |
Definition at line 6 of file plugindeveloper.c.
|
protected |
Definition at line 1130 of file pluginscenemanager.c.
Definition at line 1127 of file pluginscenemanager.c.
|
protected |
Definition at line 10 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 45 of file plugindevelopersync.c.
|
protected |
Definition at line 49 of file plugindevelopersync.c.
|
protected |
Definition at line 39 of file plugindevelopersync.c.
|
protected |
Definition at line 1124 of file pluginscenemanager.c.
|
protected |
Definition at line 1123 of file pluginscenemanager.c.
|
protected |
Definition at line 26 of file pluginadminlog.c.
|
protected |
Definition at line 7 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 5 of file pluginuniversaltemperaturesourceclient.c.
|
protected |
Definition at line 28 of file pluginadminlog.c.