![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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. More...
Protected Member Functions | |
| void | ~PluginAdminLog () |
| void | ActivateModifier (int id, PlayerBase player=NULL) |
| void | Add (EntityAI item) |
| void | AddKeyframe () |
| void | BleedingOut (PlayerBase player) |
| float | CalcTemperatureFromTemperatureSource (notnull UTemperatureSourceDebug utsd) |
| 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). | |
| void | CaptureFocus () |
| bool | CheckMask (int source_mask, int target_mask) |
| void | ClearInventory (EntityAI entity) |
| void | CommandHandler (DayZInfected infected) |
| void | CursorHide () |
| void | CursorShow () |
| void | DeactivateModifier (int id, PlayerBase player=NULL) |
| void | DeleteKeyframe () |
| bool | DetermineChanceToTransmit (int agent_id, float protection, int inject_type) |
| Agent transmission chance processing. | |
| void | DirectAdminLogPrint (string str) |
| void | DrawDebugs () |
| void | EditorUpdate () |
| void | EnableUpdate (bool enable, int type, PlayerBase player) |
| void | EnableWidgets (bool enable) |
| void | GatherTemperatureSources (PlayerBase player) |
| 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 | GetAgentDieOffSpeedEx (int agent_id, PlayerBase player) |
| Returns dieOfSpeed 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 | GetAgentInvasibility (int agent_id) |
| Returns invasibility attribute for given agent. | |
| float | GetAgentInvasibilityEx (int agent_id, PlayerBase player) |
| Returns invasibility attribute for given agent. | |
| EStatLevels | GetAgentPotencyEx (int agent_id, PlayerBase player) |
| Returns potency attribute for given agent. | |
| int | GetAgentSpecificDrugResistance (int agent_id, EMedicalDrugsType drugType, PlayerBase player) |
| Returns the resistance to the specific drug. | |
| float | GetAgentTransferabilityAirOut (int agent_id) |
| Returns transferabilitAiryOut attribute for given agent. | |
| float | GetAgentTransferabilityIn (int agent_id) |
| Returns transferabilityIn attribute for given agent. | |
| float | GetAgentTransferabilityOut (int agent_id) |
| Returns transferabilityOut attribute for given agent. | |
| void | GetCameraDirections (Man player, bool allowFreeflight, out vector position, out vector direction) |
| float | GetDieOffSpeed (int agent_id) |
| Returns dieOfSpeed attribute for given agent (see GetDieOffSpeedEx()). | |
| ref array< ref SyncedValue > | GetHealthZonesSynched () |
| string | GetHitMessage (TotalDamageResult damageResult, int component, string zone, string ammo) |
| bool | GetIsTargetChanged () |
| MouseButtonInfo | GetMouseButtonInfo (int button) |
| string | GetPlayerPrefix (PlayerBase player, PlayerIdentity identity) |
| EStatLevels | GetPotency (int agent_id) |
| Returns potency attribute for given agent (see GetAgentPotencyEx()). | |
| float | GetProtectionLevel (int type, int slot, Man player) |
| Protection level of an attachment against enviromental hazard (mask/filters for example) (see GetProtectionLevelEx()). | |
| int | GetRPCModifierID (ParamsReadContext ctx) |
| void | GetRPCModifierLock (ParamsReadContext ctx, out int id, out bool lock) |
| bool | GetRPCUpdateState (ParamsReadContext ctx) |
| EntityAI | GetTargetEntity () |
| utilizes camera position from the CGame | |
| bool | GrowDuringAntibioticsAttack (int agent_id, PlayerBase player) |
| DEPRECATED. | |
| bool | GrowDuringMedicalDrugsAttack (int agentId, EMedicalDrugsType drugType, PlayerBase player) |
| void | HandlePresetSpawn (PlayerBase player, string presetName, EntityAI target) |
| void | HandleSetTime (PlayerBase player, ParamsReadContext ctx) |
| void | Init (PlayerBase player) |
| void | InitAttacks () |
| void | InitWidgets () |
| 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. | |
| bool | IsCurrentUIPageValid (int ui_page_request) |
| bool | IsEnabledFreeCamera () |
| bool | IsKeyPressed (int key) |
| bool | IsModifierLocked (int id, PlayerBase player=NULL) |
| bool | IsPlayerRegistered (PlayerBase player) |
| bool | IsSetSystemInBitmask (PlayerBase player, int system_bit) |
| void | LockModifier (int id, bool lock, PlayerBase player=NULL) |
| void | LogPrint (string message) |
| bool | MoveItemToCorrectPosition (InventoryLocation ilCorrect) |
| void | OnContinouousAction (ActionData action_data) |
| void | OnEmote (PlayerBase player, EmoteBase emote) |
| override void | OnInit () |
| override void | OnInit () |
| override void | OnInit () |
| override void | OnInit () |
| void | OnMouse (int event_id, int button) |
| void | OnPlacementComplete (Man player, ItemBase item) |
| void | OnRequestReceived (PlayerBase player, bool enable) |
| void | OnRPC (ParamsReadContext ctx) |
| void | OnRPC (ParamsReadContext ctx) |
| void | OnRPC (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPC (PlayerBase player, int rpc_type, ParamsReadContext ctx) |
| void | OnRPC (PlayerBase player, int rpc_type, ParamsReadContext ctx) |
| void | OnRPCAgents (ParamsReadContext ctx) |
| void | OnRPCClearInventory (PlayerBase player) |
| void | OnRPCHealth (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPCHealthSet (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPCHorticultUpdate (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPCHorticultureSpeed (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPCLevels (ParamsReadContext ctx) |
| void | OnRPCMods (ParamsReadContext ctx) |
| void | OnRPCModsDetailed (ParamsReadContext ctx) |
| void | OnRPCPluginDayzCreatureDebug (PlayerBase player, int rpc_type, ParamsReadContext ctx) |
| void | OnRPCServerLogRecieved (ParamsReadContext ctx) |
| void | OnRPCSpawnEntity (PlayerBase player, ParamsReadContext ctx) |
| void | OnRPCSpawnEntityOnCursorDir (PlayerBase player, ParamsReadContext ctx) |
| void | OnRPCSpawnEntityOnGround (PlayerBase player, ParamsReadContext ctx) |
| void | OnRPCSpawnEntityOnGroundPatternGrid (PlayerBase player, ParamsReadContext ctx) |
| void | OnRPCStats (ParamsReadContext ctx) |
| void | OnRPCStatSet (ParamsReadContext ctx, PlayerBase player) |
| void | OnRPCStomach (ParamsReadContext ctx) |
| void | OnRPCSyncSceneObject (ParamsReadContext ctx) |
| void | OnRPCTemp (ParamsReadContext ctx, PlayerBase player) |
| void | OnSetFreeCameraEvent (PlayerBase player, FreeDebugCamera camera) |
| void | OnSpawnErrorReport (string name) |
| override void | OnUpdate (float delta_time) |
| override void | OnUpdate (float delta_time) |
| override void | OnUpdate (float delta_time) |
| void | PlayerHitBy (TotalDamageResult damageResult, int damageType, PlayerBase player, EntityAI source, int component, string dmgZone, string ammo) |
| void | PlayerKilled (PlayerBase player, Object source) |
| void | PlayerKilledByDisconnect (PlayerBase player) |
| void | PlayerKilledByDrowningUncon (PlayerBase player) |
| void | PlayerKilledByRespawn (PlayerBase player) |
| void | PlayerList () |
| void | PlayerTeleportedLog (notnull PlayerBase player, vector startPos, vector targetPos, string reason) |
| void | PlayPause () |
| void | PluginAdminLog () |
| void | PluginDeveloper () |
| void | PluginDeveloperSync () |
| void | PluginInventoryRepair () |
| void | PluginUniversalTemperatureSourceClient () |
| void | PluginUniversalTemperatureSourceServer () |
| void | PossesInfected () |
| void | PrintedDebug () |
| void | PrintLogClient (string msg_log) |
| void | ProcessUniversalTemperatureSources () |
| 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) |
| void | RegisterPlayer (PlayerBase player) |
| void | ReleaseFocus () |
| void | Remove (EntityAI item) |
| bool | RepairItem (EntityAI itemToRepair) |
| void | RequestDetailedInfo (int id, notnull PlayerBase player) |
| void | RequestUniversalTemperatureSources (PlayerBase player, int enable) |
| void | Save () |
| void | SendDebug () |
| void | SendRPCAgents (PlayerBase player) |
| void | SendRPCHealth (PlayerBase player) |
| void | SendRPCLevels (PlayerBase player) |
| void | SendRPCMods (PlayerBase player) |
| void | SendRPCModsDetail (PlayerBase player) |
| void | SendRPCStats (PlayerBase player) |
| void | SendRPCStomach (PlayerBase player) |
| void | SendRPCTemp (PlayerBase player) |
| void | SendServerLogToClient (string msg) |
| void | SetDirection (PlayerBase player, vector direction) |
| Set player direction. | |
| void | SetSystemInBitmask (PlayerBase player, int system_bit, bool state) |
| void | SetTargetChanged (bool state) |
| void | SetupSpawnedEntity (PlayerBase player, EntityAI entity, float health, float quantity=-1, bool special=false, string presetName="") |
| void | SetupZoneValues (inout array< ref Param > rpc_params, DamageZoneMap dmgZones, EntityAI target, string healthType, int typeID) |
| void | ShowDebug (bool show) |
| EntityAI | SpawnAI (string object_name, vector pos) |
| EntityAI | SpawnEntityAsAttachment (PlayerBase player, EntityAI parent, string att_name, float health, float quantity) |
| EntityAI | SpawnEntityInInventory (notnull EntityAI target, string className, float health, float quantity, bool special=false, string presetName="", FindInventoryLocationType locationType=FindInventoryLocationType.ANY) |
| EntityAI | SpawnEntityInPlayerInventory (PlayerBase player, string item_name, float health, float quantity, bool special=false, string presetName="", FindInventoryLocationType locationType=FindInventoryLocationType.ANY) |
| EntityAI | SpawnEntityOnCursorDir (PlayerBase player, string item_name, float quantity, float distance, float health=-1, bool special=false, string presetName="", bool withPhysics=false) |
| 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) |
| EntityAI | SpawnEntityOnGroundPos (PlayerBase player, string item_name, float health, float quantity, vector pos, bool special=false, bool withPhysics=false) |
| EntityAI | SpawnEntityOnGroundPos (PlayerBase player, string object_name, vector pos) |
| EntityAI | SpawnFromClipboard () |
| void | SpawnItemOnCrosshair (PlayerBase player, string itemName, float health, float quantity, float maxDist=100, bool allowFreeflight=false, bool special=false, bool withPhysics=false) |
| void | Suicide (PlayerBase player) |
| void | Teleport (PlayerBase player, vector position) |
| Teleport player at position. | |
| void | TeleportAtCursor () |
| Set Player position at his cursor position in the world. | |
| void | Tick () |
| void | ToggleCameraTools () |
| void | ToggleFocus () |
| void | ToggleFreeCamera () |
| Enable / Disable Free camera (Fly mod) - disable of camera will teleport player at current free camera position. | |
| void | ToggleFreeCameraBackPos () |
| Enable / Disable Free camera (Fly mod). | |
| void | ToggleHelpScreen () |
| void | ToggleMissionLoader () |
| void | ToggleScriptConsole () |
| void | TotemFlagChange (bool top, notnull PlayerBase player, notnull EntityAI totem) |
| void | TransmitAgents (EntityAI source, EntityAI target, int pathway, int dose_size=1000) |
| Process transmission of agents between entities (for specified transmission type) (see TransmitAgentsEx())). | |
| 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 | UnconStart (PlayerBase player) |
| void | UnconStop (PlayerBase player) |
| void | Update () |
| void | UpdateStatsLocal () |
| void | UpdateStatWidget (int rowIndex, UTemperatureSourceDebug utsd) |
| void | UpdateStatWidgets () |
Static Protected Member Functions | |
| static void | BuildAgentArray (int agents, array< int > agents_out) |
| static int | GetAgentMaxCount (int agent_id) |
| Returns max count attribute for given agent. | |
| static PluginCameraTools | GetInstance () |
| static PluginDeveloper | GetInstance () |
| static int | GetPlayerListTimer () |
| 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 |
| static float | PIR_MAX_ITEMS_TO_SEND = 5 |
| static float | PIR_REQUEST_COOLDOWN = 5 |
Static Private Member Functions | |
| static bool | FileDelete (string file) |
| static bool | FileDuplicate (string source_name, string dest_name) |
| static void | FileRename (string source_name, string dest_name) |
| static PluginSceneManager | GetInstance () |
| static string | GetNameByID (int agent_id) |
| Returns agent's name from given id. | |
| static void | RemoveAgent (EntityAI target, int agent_id) |
| Removes given agent from given entity. | |
| static void | SetDeveloperItemClientEx (notnull Object entity, bool getFocus=false) |
Static Private Attributes | |
| static PluginKeyBinding | instance |
| static PluginSceneManager | instance |
| static ref map< int, ref AgentBase > | m_AgentList = new map<int, ref AgentBase>() |
| static PlayerBase | PLAYER |
| static string | SCENE_DEFAULT_NAME = "default" |
| static const int | SCENE_EDITOR_CMD_POPUP = 1 |
| static const int | SCENE_EDITOR_CMD_REFRESH = 0 |
| static const int | SCENE_EDITOR_CMD_SAVE = 2 |
| static string | SCENE_SUFIX = "scene" |
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.
Plugin interface for controlling of agent pool system.
Definition at line 1 of file pluginbase.c.
|
private |
Referenced by OnKeyPress(), and OnMouse().
|
private |
|
inlineprotected |
Definition at line 58 of file pluginadminlog.c.
|
inlineprivate |
Definition at line 110 of file plugindayzinfecteddebug.c.
References DestroyModuleWidgets().
|
inlineprivate |
Definition at line 14 of file plugindrawcheckerboard.c.
|
inlineprivate |
Definition at line 32 of file pluginfilehandler.c.
References ClearFileNoSave().
|
inlineprivate |
Definition at line 30 of file pluginscenemanager.c.
References instance.
|
inlineprivate |
Definition at line 13 of file pluginvariables.c.
|
inlineprotected |
Definition at line 900 of file plugindevelopersync.c.
References Math::AbsInt(), GetDayZGame(), GetPlayer(), and ModifiersManager().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 157 of file plugininventoryrepair.c.
References m_ItemsToRepair.
|
inlineprotected |
Definition at line 62 of file plugincameratools.c.
References g_Game.
|
inlineprivate |
Definition at line 125 of file pluginfilehandler.c.
References m_FileContent, and m_LineLimit.
Referenced by AddText().
|
inlineprivate |
Definition at line 119 of file pluginfilehandler.c.
References AddNewLineNoSave(), and SaveFile().
|
inlineprivate |
Definition at line 689 of file pluginscenemanager.c.
References SceneObject::IsLinkedWithSceneObject().
Referenced by DeleteSelectedObject(), and Event_OnClickMiddle().
|
inlineprotected |
Definition at line 389 of file pluginadminlog.c.
References GetPlayerPrefix(), LogPrint(), and m_PlayerPrefix.
|
inlineprivate |
Broadcasts an empty message on a channel provided in the 'index' parameter.
Definition at line 18 of file pluginmessagemanager.c.
References channelList, MessageReceiverBase::OnReceive(), and x.
Definition at line 56 of file pluginmessagemanager.c.
References channelList, MessageReceiverBase::OnReceiveFloat(), and x.
Broadcasts a message on a channel provided in the 'index' parameter, passes the Int variable.
Definition at line 37 of file pluginmessagemanager.c.
References channelList, MessageReceiverBase::OnReceiveInt(), and x.
Broadcasts a message on a channel provided in the 'index' parameter, passes the Param type object to the reciever.
Definition at line 92 of file pluginmessagemanager.c.
References channelList, and x.
Definition at line 75 of file pluginmessagemanager.c.
References channelList, Print(), and x.
Definition at line 484 of file plugintransmissionagents.c.
References BIT_INT_SIZE.
|
inlineprotected |
heat transfer through air to player (env temperature)
dist factor minimum should be at 0
Definition at line 124 of file pluginuniversaltemperaturesourceclient.c.
References vector::Distance(), Math::InverseLerp(), m_Player, and Math::Max().
Referenced by ProcessUniversalTemperatureSources().
|
inlineprotected |
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 533 of file plugintransmissionagents.c.
References GetAgentTransferabilityAirOut(), GetAgentTransferabilityIn(), and GetAgentTransferabilityOut().
Referenced by InjectAgentsWithPlayerCount(), and InjectAgentWithPlayerDose().
|
inlineprivate |
Definition at line 29 of file pluginrepairing.c.
References CanBeRepairedToPristine(), CanRepairToPristine(), Class::CastTo(), Math::Clamp(), GetKitRepairCost(), ItemBase::SetQuantity(), and GameConstants::STATE_WORN.
Referenced by Repair().
|
inlineprivate |
Definition at line 69 of file plugincharplacement.c.
References Math3D::DirectionAndUpMatrix(), g_Game, m_camera_dir, m_cameraTrans, m_demoPos, Math3D::MatrixIdentity4(), vector::Multiply4(), and Vector().
Referenced by OnUpdate().
Item can be repaired to 100%.
Definition at line 138 of file pluginrepairing.c.
Referenced by CalculateHealth(), and Repair().
Definition at line 92 of file pluginrepairing.c.
References IsRepairValid(), GameConstants::STATE_DAMAGED, GameConstants::STATE_RUINED, and GameConstants::STATE_WORN.
|
inlineprivate |
Player can repair items to 100%; currently unused.
Definition at line 132 of file pluginrepairing.c.
Referenced by CalculateHealth(), and Repair().
|
inlineprivate |
Definition at line 141 of file plugindayzinfecteddebug.c.
References g_Game, and m_HasFocus.
Referenced by ToggleDebugWindowEventP(), ToggleDebugWindowSetMode(), and ToggleDebugWindowSetMode().
|
inlineprotected |
Definition at line 1065 of file plugindevelopersync.c.
References g_Game.
|
inlineprivate |
Definition at line 17 of file plugincharplacement.c.
References FOV, Init(), Log(), m_cam_pos, m_camera_dir, m_demoPos, m_Initialized, and Print().
|
inlineprivate |
Definition at line 8 of file plugindoorruler.c.
References Init().
Definition at line 324 of file pluginkeybinding.c.
Referenced by IsCurrentUIPageValid().
Definition at line 477 of file plugindayzinfecteddebug.c.
References Debug::RemoveShape(), and Shape.
Referenced by OnUpdate(), and ToggleDebugWindowSetMode().
|
inlineprivate |
Definition at line 52 of file pluginfilehandler.c.
References m_FileContent.
Referenced by ~PluginFileHandler(), and LoadFile().
|
inlineprotected |
Definition at line 792 of file plugindeveloper.c.
References g_Game.
|
inlineprotected |
Definition at line 380 of file plugindayzinfecteddebug.c.
References m_AttackDescriptors, m_AttackDirCB, m_AttackTypeCB, m_CH_DoAttack, m_CH_DoHit, m_CH_DoKnucleOut, m_CH_DoTurn, m_CH_DoVault, m_CH_GoToCrawl, m_CH_StartDeath, m_ControlledInfected, m_CrawlingTypeCB, m_DeathTypeCB, m_HitBodyPartCB, m_HitDirEB, m_HitTypeCB, m_MindStateCB, m_MovementSpeedEB, m_StanceCB, m_TurnDirectionEB, m_TurnTypeCB, and m_VaultingCB.
|
inlineprivate |
Builds simplified list of agents in <id, name> format.
Definition at line 45 of file plugintransmissionagents.c.
References AgentBase::GetAgentType(), AgentBase::GetName(), m_AgentList, and m_SimpleAgentList.
Referenced by GetSimpleAgentList().
Definition at line 114 of file pluginconfigviewer.c.
References ContainsFirstClass(), g_Game, string::IndexOf(), string::Length(), name, and string::Substring().
Referenced by ContainsFirstClass(), and GetBaseClassPathRecursive().
|
inlineprivate |
main controls
movement card
fight card
fill some controls
Definition at line 214 of file plugindayzinfecteddebug.c.
References g_Game, InitAttacks(), m_AttackDirCB, m_AttackTypeCB, m_CardFightButton, m_CardFightFrame, m_CardMovementButton, m_CardMovementFrame, m_CrawlingTypeCB, m_DeathTypeCB, m_HitBodyPartCB, m_HitDirEB, m_HitTypeCB, m_KnucleOutButton, m_MainWnd, m_MindStateCB, m_MovementSpeedEB, m_pUIHandler, m_SpawnEntityButton, m_StanceCB, m_StartAttackButton, m_StartCrawlingButton, m_StartDeathButton, m_StartHitButton, m_StartTurnButton, m_StartVaultButton, m_StatusText, m_TurnDirectionEB, m_TurnTypeCB, m_VaultingCB, and ShowCard().
Referenced by PluginDayZInfectedDebug(), and PluginDayzPlayerDebug().
|
inlineprivate |
row counter
sets alpha level for even/odd child
Definition at line 16 of file plugindrawcheckerboard.c.
References g_Game, IsEven(), and m_MainWindow.
Referenced by PluginDrawCheckerboard().
|
inlineprotected |
Definition at line 35 of file plugincameratools.c.
References g_Game.
|
inlineprotected |
Definition at line 44 of file plugincameratools.c.
References g_Game.
|
inlineprotected |
Definition at line 911 of file plugindevelopersync.c.
References Math::AbsInt(), GetDayZGame(), GetPlayer(), and ModifiersManager().
Referenced by OnRPC().
|
inlineprivate |
Definition at line 59 of file pluginobjectsinteractionmanager.c.
References m_LockedObjects, m_LockedObjectsDecay, TICK_RATE, and TIME_TO_FORCED_UNLOCK.
|
inlineprotected |
Definition at line 68 of file plugincameratools.c.
References g_Game.
|
inlineprivate |
Definition at line 1091 of file pluginscenemanager.c.
References DeselectObject(), EditorUpdate(), g_Game, SceneObject::GetObject(), GetSelectedSceneObject(), m_SceneData, SceneEditorMenuCmdPopup(), and SceneObject::UnlinkAll().
|
inlineprivate |
Definition at line 439 of file pluginscenemanager.c.
References AreSceneObjectsLinked(), DeselectObject(), EditorUpdate(), GetSceneObjects(), GetSelectedSceneObject(), SceneObject::IsPlayer(), m_SceneData, SceneEditorMenuCmdPopup(), and UnlinkSceneObjects().
|
inlineprivate |
Definition at line 1137 of file pluginscenemanager.c.
References m_SelectedObject.
Referenced by DeleteSceneObject(), DeleteSelectedObject(), Event_OnClick(), SceneUnload(), and SelectObject().
|
inlineprivate |
Definition at line 273 of file plugindayzinfecteddebug.c.
References m_MainWnd.
Referenced by ~PluginDayZInfectedDebug(), and ~PluginDayzPlayerDebug().
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 571 of file plugintransmissionagents.c.
References GetAgentTransferabilityAirOut(), GetAgentTransferabilityIn(), GetAgentTransferabilityOut(), and Math::RandomFloat01().
Referenced by InjectAgentsWithPlayer().
|
inlineprotected |
Definition at line 441 of file pluginadminlog.c.
References LogPrint().
Definition at line 42 of file pluginplayerstatus.c.
References Hud::DisplayNotifier(), g_Game, m_NotifiersIcons, and mission.
|
inlineprotected |
Definition at line 50 of file pluginuniversaltemperaturesourceclient.c.
References DbgUI::Begin(), COLOR_BLUE_A, COLOR_GREEN_A, COLOR_RED_A, COLOR_YELLOW_A, Debug::DrawArrow(), Debug::DrawCylinder(), DbgUI::End(), m_Player, m_UTemperatureSourceDebugs, m_UTSAverageTemperature, PluginUniversalTemperatureSourceServer(), ProcessUniversalTemperatureSources(), and DbgUI::Text().
Referenced by OnUpdate().
|
inlineprivate |
Definition at line 368 of file pluginscenemanager.c.
References EditorUpdate(), g_Game, IsOpened(), and MENU_SCENE_EDITOR.
|
inlineprotected |
Definition at line 1145 of file pluginscenemanager.c.
References SceneObject::EditorLineAdd(), SceneObject::EditorLineRemove(), SceneObject::EditorShapeAdd(), SceneObject::EditorShapeDeselect(), SceneObject::EditorShapeRemove(), SceneObject::EditorShapeSelect(), g_Game, GetDrawSelection(), SceneObject::GetLinkedSceneObjects(), GetSceneObjects(), GetSelectedSceneObject(), IsOpened(), and SceneEditorMenuCmdRefresh().
Referenced by DeleteSceneObject(), DeleteSelectedObject(), EditorToggle(), Event_OnClick(), Event_OnClickMiddle(), Event_OnDrag(), OnMouseWheel(), OnUIEditorClosed(), OnUIEditorOpened(), SceneDelete(), SceneDuplicate(), SceneLoad(), SceneRename(), SceneSave(), SelectedObjectAddAttachment(), SelectedObjectRemoveAttachment(), SelectedObjectSetDamage(), SelectedObjectSetPosX(), SelectedObjectSetPosY(), SelectedObjectSetPosZ(), SelectedObjectSetRot(), SelectObject(), and SetDrawSelection().
|
inlineprivate |
Definition at line 1242 of file pluginscenemanager.c.
References Debug::DrawLine(), Debug::DrawSphere(), m_RulerLines, m_RulerPoints, m_RulerSpheres, and RulerClearVisuals().
Referenced by RulerAddPoint(), and RulerDelete().
|
inlineprotected |
Definition at line 85 of file plugindevelopersync.c.
References IsPlayerRegistered(), m_RegisteredPlayers, m_UpdateTimer, RegisterPlayer(), and SetSystemInBitmask().
Referenced by OnRPC(), and OnRPCTemp().
|
inlineprotected |
Definition at line 147 of file pluginuniversaltemperaturesourceclient.c.
References m_RootWidget, and MAX_SIMULTANEOUS_UTS.
Referenced by RequestPlayerInfo(), and RequestUniversalTemperatureSources().
|
inlineprivate |
Definition at line 116 of file pluginscenemanager.c.
References DeselectObject(), EditorUpdate(), g_Game, GetSelectedSceneObject(), IsMouseInScene(), IsRulerActivated(), m_IsOpen, m_SceneData, DayZPhysics::RaycastRV(), RulerAddPoint(), and SelectObject().
|
inlineprivate |
Definition at line 178 of file pluginscenemanager.c.
References AreSceneObjectsLinked(), EditorUpdate(), g_Game, GetSelectedSceneObject(), IsMouseInScene(), SceneObject::IsPlayer(), LinkSceneObjects(), m_IsOpen, m_SceneData, DayZPhysics::RaycastRV(), SceneEditorMenuCmdPopup(), and UnlinkSceneObjects().
|
inlineprivate |
Definition at line 276 of file pluginscenemanager.c.
References g_Game, IsMouseInScene(), m_ClassBrowserSelected, m_IsOpen, m_SceneData, DayZPhysics::RaycastRV(), and SelectObject().
|
inlineprivate |
Definition at line 241 of file pluginscenemanager.c.
References EditorUpdate(), g_Game, GetSelectedSceneObject(), IsMouseInScene(), m_IsOpen, and DayZPhysics::RaycastRV().
|
inlineprivate |
Definition at line 898 of file pluginscenemanager.c.
References g_Game, and SceneObject::GetObject().
Referenced by ExecuteInitScripts().
|
inlineprivate |
Definition at line 355 of file pluginscenemanager.c.
References ExecuteEnforceScript(), SceneObject::GetInitScript(), and GetSceneObjects().
Referenced by InitLoad().
Definition at line 8 of file pluginfilehandler.c.
References DeleteFile().
Referenced by FileRename().
Definition at line 3 of file pluginfilehandler.c.
References CopyFile().
Referenced by FileRename().
Definition at line 13 of file pluginfilehandler.c.
References FileDelete(), and FileDuplicate().
|
inlineprivate |
Definition at line 424 of file pluginscenemanager.c.
References g_Game.
Referenced by OnUIEditorOpened().
|
inlineprivate |
Definition at line 409 of file pluginscenemanager.c.
References g_Game.
Referenced by OnUIEditorClosed().
|
inlineprivate |
Definition at line 39 of file pluginremoteplayerdebugserver.c.
References g_Game, m_PlayerDebugStats, and RemotePlayerStatDebug().
Referenced by SendDebug().
|
inlineprotected |
Definition at line 31 of file pluginuniversaltemperaturesourceserver.c.
References g_Game, LOOKUP_RADIUS, and m_UTemperatureSourceDebugs.
Returns antibiotics resistance attribute for given agent see GetAgentAntiboticsResistanceEx().
Definition at line 204 of file plugintransmissionagents.c.
References m_AgentList.
|
inlineprotected |
Returns antibiotics resistance attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 217 of file plugintransmissionagents.c.
References m_AgentList.
|
inlineprotected |
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.
References m_AgentList.
Returns stomach digetibility attribute for given agent (see GetAgentDigestibilityEx()).
Definition at line 263 of file plugintransmissionagents.c.
References m_AgentList.
|
inlineprotected |
Returns stomach digetibility attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 276 of file plugintransmissionagents.c.
References m_AgentList.
Returns invasibility attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 253 of file plugintransmissionagents.c.
References m_AgentList.
|
inlineprotected |
Returns invasibility attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 183 of file plugintransmissionagents.c.
References m_AgentList.
Returns map of all registered agent classes.
Definition at line 63 of file plugintransmissionagents.c.
References m_AgentList.
Returns max count attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 288 of file plugintransmissionagents.c.
References m_AgentList.
|
inlineprotected |
Returns potency attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
| player | Actual player reference |
Definition at line 170 of file plugintransmissionagents.c.
References m_AgentList.
|
inlineprotected |
Returns the resistance to the specific drug.
Definition at line 193 of file plugintransmissionagents.c.
References m_AgentList.
Returns transferabilitAiryOut attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 241 of file plugintransmissionagents.c.
References m_AgentList.
Referenced by CalculateAgentsToTransmit(), and DetermineChanceToTransmit().
Returns transferabilityIn attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 116 of file plugintransmissionagents.c.
References m_AgentList.
Referenced by CalculateAgentsToTransmit(), and DetermineChanceToTransmit().
Returns transferabilityOut attribute for given agent.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 229 of file plugintransmissionagents.c.
References m_AgentList.
Referenced by CalculateAgentsToTransmit(), and DetermineChanceToTransmit().
Definition at line 538 of file pluginconfigviewer.c.
References g_Game, string::Join(), path, and string::Split().
|
inlineprivate |
Definition at line 46 of file pluginconfigviewer.c.
References g_Game, string::Get(), GetBaseClassPathRecursive(), GetOnlyChildPath(), and string::Length().
Referenced by GetConfigRecursive().
Definition at line 70 of file pluginconfigviewer.c.
References string::IndexOfFrom(), and string::Substring().
Referenced by GetConfigRecursive().
|
inlineprivate |
Definition at line 92 of file pluginconfigviewer.c.
References ContainsFirstClass(), g_Game, string::Get(), and GetBaseClassPathRecursive().
Referenced by GetBaseClassPath(), and GetBaseClassPathRecursive().
|
inlineprotected |
Definition at line 410 of file plugindeveloper.c.
References g_Game.
Referenced by SpawnEntityOnGroundPatternGrid(), SpawnFromClipboard(), and SpawnItemOnCrosshair().
|
inlineprivate |
Definition at line 320 of file pluginconfigviewer.c.
References class_name, g_Game, GetConfigRecursive(), GetPlugin(), string::IndexOf(), string::Length(), MakeTabs(), PluginDeveloper(), string::Split(), string::Substring(), and string::ToLower().
Referenced by GetConfigHierarchy(), and GetConfigVariables().
|
inlineprivate |
Definition at line 533 of file pluginconfigviewer.c.
References GetConfig().
|
inlineprivate |
Definition at line 153 of file pluginconfigviewer.c.
References g_Game, GetBaseClassPath(), GetBaseClassPathCombined(), GetConfigRecursive(), string::Length(), MakeTabs(), name, path, string::Substring(), and string::ToLower().
Referenced by GetConfig(), and GetConfigRecursive().
|
inlineprivate |
Definition at line 528 of file pluginconfigviewer.c.
References GetConfig().
Returns dieOfSpeed attribute for given agent (see GetDieOffSpeedEx()).
Definition at line 134 of file plugintransmissionagents.c.
References m_AgentList.
|
inlineprivate |
Definition at line 714 of file pluginscenemanager.c.
References m_ModuleConfigDebugProfile.
Referenced by EditorUpdate().
|
inlineprivate |
Definition at line 150 of file pluginfilehandler.c.
References m_FileContent.
|
inlineprivate |
Definition at line 42 of file pluginfilehandler.c.
References string::Empty.
|
inlineprotected |
Definition at line 538 of file plugindevelopersync.c.
References m_TargetHealthSynced.
|
inlineprotected |
Definition at line 103 of file pluginadminlog.c.
References component, TotalDamageResult::GetHighestDamage(), and float::ToString().
Referenced by PlayerHitBy().
Definition at line 32 of file pluginvariables.c.
References m_Variables, and name.
|
inlinestaticprotected |
Definition at line 11 of file plugincameratools.c.
References m_Instance.
|
inlinestaticprotected |
Definition at line 8 of file plugindeveloper.c.
References GetPlugin(), and PluginDeveloper().
|
inlinestaticprivate |
Definition at line 38 of file pluginscenemanager.c.
References GetPlugin(), and PluginSceneManager().
|
inlineprotected |
Definition at line 543 of file plugindevelopersync.c.
References m_IsTargetChanged.
|
inlineprivate |
Definition at line 264 of file pluginkeybinding.c.
References m_KeyBindings.
Definition at line 143 of file pluginrepairing.c.
Referenced by CalculateHealth().
|
inlineprivate |
Definition at line 977 of file pluginscenemanager.c.
References m_SceneData.
|
inlineprivate |
Definition at line 730 of file pluginscenemanager.c.
References m_ModuleConfigDebugProfile.
|
inlineprivate |
Definition at line 15 of file pluginbase.c.
Referenced by GetModuleType(), and Log().
|
inlineprivate |
Definition at line 20 of file pluginbase.c.
References GetModuleName(), and string::ToType().
|
inlineprivate |
Definition at line 272 of file pluginkeybinding.c.
References m_MouseBindings.
|
inlineprotected |
Definition at line 357 of file pluginkeybinding.c.
References MouseButtonInfo::GetButtonID(), and m_MouseButtons.
Referenced by OnMouseButtonPress(), and OnMouseButtonRelease().
|
inlineprivate |
Definition at line 1263 of file pluginscenemanager.c.
References g_Game, and DayZPhysics::RaycastRV().
Referenced by RulerAddPoint().
Definition at line 27 of file pluginvariables.c.
References m_Variables.
Returns agent's name from given id.
| agent_id | Id of agent (see eAgents enum) |
Definition at line 87 of file plugintransmissionagents.c.
References m_AgentList.
Definition at line 28 of file pluginconfigviewer.c.
References string::Length(), string::Substring(), and string::Trim().
Referenced by GetBaseClassPath().
|
inlineprivate |
Definition at line 107 of file pluginhorticulture.c.
References m_PlantMaterials.
Definition at line 74 of file pluginhorticulture.c.
References g_Game.
|
inlinestaticprotected |
Definition at line 30 of file pluginadminlog.c.
|
inlineprotected |
Definition at line 67 of file pluginadminlog.c.
References PlayerIdentityBase::GetId(), PlayerIdentityBase::GetName(), m_DotIndex, m_Pid, m_PlayerName, m_PosArray, and m_Position.
Referenced by BleedingOut(), OnContinouousAction(), OnEmote(), OnPlacementComplete(), PlayerHitBy(), PlayerKilled(), PlayerKilledByDisconnect(), PlayerKilledByDrowningUncon(), PlayerKilledByRespawn(), PlayerList(), PlayerTeleportedLog(), Suicide(), TotemFlagChange(), UnconStart(), and UnconStop().
|
inlineprotected |
Returns potency attribute for given agent (see GetAgentPotencyEx()).
Definition at line 157 of file plugintransmissionagents.c.
References m_AgentList.
Protection level of an attachment against enviromental hazard (mask/filters for example) (see GetProtectionLevelEx()).
Definition at line 518 of file plugintransmissionagents.c.
References GetProtectionLevelEx().
Referenced by TransmitAgentsEx().
|
inlinestaticprotected |
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 504 of file plugintransmissionagents.c.
Referenced by GetProtectionLevel().
|
inlineprivate |
Definition at line 746 of file pluginscenemanager.c.
References m_ModuleConfigDebugProfile.
Referenced by OnMouseWheel().
|
inlineprotected |
Definition at line 420 of file plugindevelopersync.c.
References Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 432 of file plugindevelopersync.c.
References Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 408 of file plugindevelopersync.c.
References Serializer::Read().
Referenced by OnRPC(), and OnRPCTemp().
|
inlineprivate |
Definition at line 1083 of file pluginscenemanager.c.
References m_ModuleConfigScene.
|
inlineprivate |
Definition at line 1059 of file pluginscenemanager.c.
References SceneObject::GetObject(), and GetSceneObjects().
|
inlineprivate |
Definition at line 1041 of file pluginscenemanager.c.
References GetSceneObjects().
|
inlineprivate |
Definition at line 1002 of file pluginscenemanager.c.
References m_SceneData.
Referenced by DeleteSelectedObject(), EditorUpdate(), ExecuteInitScripts(), GetSceneObjectByEntity(), GetSceneObjectByIndex(), GetSelectedSceneObjectIndex(), RestoreSceneObjectsLinks(), and SelectAndFocusPlayerObject().
|
inlineprivate |
Definition at line 1028 of file pluginscenemanager.c.
References m_SceneData.
|
inlineprivate |
Definition at line 1015 of file pluginscenemanager.c.
References m_SceneData.
|
inlineprivate |
Definition at line 491 of file pluginscenemanager.c.
References m_SelectedObject.
Referenced by DeleteSceneObject(), DeleteSelectedObject(), EditorUpdate(), Event_OnClick(), Event_OnClickMiddle(), Event_OnDrag(), GetSelectedSceneObjectIndex(), OnMouseWheel(), SelectedObjectAddAttachment(), SelectedObjectDuplicate(), SelectedObjectFocus(), SelectedObjectRemoveAttachment(), SelectedObjectSetDamage(), SelectedObjectSetPosX(), SelectedObjectSetPosY(), SelectedObjectSetPosZ(), SelectedObjectSetRot(), and SelectObject().
|
inlineprivate |
Definition at line 985 of file pluginscenemanager.c.
References GetSceneObjects(), and GetSelectedSceneObject().
Returns map of all registered agents in simplified format(for non-gameplay purposas mainly).
Definition at line 72 of file plugintransmissionagents.c.
References ConstructSimpleAgentList(), m_IsConstructed, and m_SimpleAgentList.
|
inlineprivate |
Definition at line 47 of file pluginfilehandler.c.
References string::Empty.
Definition at line 84 of file pluginhorticulture.c.
|
inlineprotected |
utilizes camera position from the CGame
Definition at line 35 of file plugintargettemperature.c.
References g_Game, m_pPlayer, and DayZPhysics::RayCastBullet().
Referenced by ShowDebug().
|
inlineprivate |
Definition at line 34 of file pluginremoteplayerdebugserver.c.
References m_Watching.
Referenced by OnDamageEvent().
|
inlineprivate |
Definition at line 95 of file pluginhorticulture.c.
References Math::RandomFloat01(), and ItemBase::SetQuantity().
|
inlineprotected |
|
inlineprotected |
Definition at line 122 of file plugintransmissionagents.c.
References AgentBase::GrowDuringMedicalDrugsAttack(), and m_AgentList.
|
inlineprotected |
|
inlineprotected |
Definition at line 172 of file plugindeveloper.c.
References g_Game, and Serializer::Read().
Referenced by OnRPC().
|
inlineprivate |
Definition at line 179 of file plugindayzinfecteddebug.c.
References GetUApi(), m_IsActive, m_TickTimer, ShowWidgets(), and UAInputAPI::UpdateControls().
Referenced by SetDebugShowMode(), ToggleDebugWindowEventOld(), ToggleDebugWindowEventP(), ToggleDebugWindowSetMode(), and ToggleDebugWindowSetMode().
|
inlineprivate |
Definition at line 87 of file plugindrawcheckerboard.c.
References m_IsActive, and ShowWidgets().
|
inlineprivate |
Definition at line 25 of file pluginsounddebug.c.
References m_TickTimer.
|
inlineprivate |
Definition at line 34 of file plugincharplacement.c.
References FOV, g_Game, m_Character, m_demoRot, and m_Initialized.
Referenced by CheckInit().
|
inlineprivate |
Definition at line 14 of file plugindoorruler.c.
References g_Game, m_Initialized, and m_Ruler.
|
inlineprotected |
Definition at line 6 of file plugintargettemperature.c.
References m_pPlayer.
|
inlineprotected |
Definition at line 453 of file plugindayzinfecteddebug.c.
References m_AttackDescriptors, m_AttackTypeCB, and PluginDayZInfectedDebugAttackDesc().
Referenced by CreateModuleWidgets().
|
inlineprivate |
Definition at line 312 of file pluginscenemanager.c.
References ExecuteInitScripts(), g_Game, PLAYER, RestoreSceneObjectsLinks(), and SceneLoad().
|
inlineprotected |
Definition at line 40 of file pluginuniversaltemperaturesourceclient.c.
References FindAnyWidget(), g_Game, m_HeaderWidget, m_RootWidget, m_StatListWidgets, and MAX_SIMULTANEOUS_UTS.
Injects specified agents directly to target.
| target | Entity to inject agents to |
| agents | Bit mask with information about agents |
Definition at line 404 of file plugintransmissionagents.c.
Referenced by TransmitAgentsEx().
|
inlineprotected |
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 421 of file plugintransmissionagents.c.
References DetermineChanceToTransmit(), Math::GetNthBitSet(), Math::GetNumberOfSetBits(), and Math::Pow().
Referenced by TransmitAgentsEx().
|
inlineprotected |
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 446 of file plugintransmissionagents.c.
References CalculateAgentsToTransmit(), Math::GetNthBitSet(), Math::GetNumberOfSetBits(), and Math::Pow().
Referenced by TransmitAgentsEx().
|
inlineprotected |
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 470 of file plugintransmissionagents.c.
References CalculateAgentsToTransmit().
Referenced by TransmitAgentsEx().
|
inlineprivate |
Definition at line 57 of file plugindrawcheckerboard.c.
References m_IsActive.
Definition at line 304 of file pluginkeybinding.c.
References CheckMask(), g_Game, MENU_ANY, and MENU_NONE.
Referenced by OnKeyPress(), and OnMouse().
|
inlineprotected |
Definition at line 43 of file plugindeveloper.c.
References DeveloperFreeCamera::IsFreeCameraEnabled().
even or odd
Definition at line 63 of file plugindrawcheckerboard.c.
Referenced by CreateWidgetOverlay().
Definition at line 18 of file pluginobjectsinteractionmanager.c.
References m_LockedObjects.
Referenced by Lock().
|
inlineprivate |
Definition at line 883 of file plugindeveloper.c.
References g_Game, and MENU_SCRIPTCONSOLE.
|
inlineprivate |
Definition at line 871 of file plugindeveloper.c.
References g_Game.
Definition at line 374 of file pluginkeybinding.c.
References KeyState().
Referenced by OnKeyPress().
|
inlineprotected |
Definition at line 932 of file plugindevelopersync.c.
References Math::AbsInt(), GetDayZGame(), GetPlayer(), and ModifiersManager().
|
inlineprivate |
Definition at line 1227 of file pluginscenemanager.c.
References GetWidgetUnderCursor().
Referenced by Event_OnClick(), Event_OnClickMiddle(), Event_OnDoubleClick(), Event_OnDrag(), and OnMouseWheel().
|
inlineprivate |
Definition at line 393 of file pluginscenemanager.c.
References m_IsOpen.
|
inlineprotected |
Definition at line 257 of file plugindevelopersync.c.
References m_RegisteredPlayers.
Referenced by EnableUpdate(), IsSetSystemInBitmask(), RegisterPlayer(), and SetSystemInBitmask().
|
inlineprivate |
Definition at line 114 of file pluginfilehandler.c.
References m_ReadOnly.
Definition at line 121 of file pluginrepairing.c.
Referenced by CanRepair().
|
inlineprivate |
Definition at line 929 of file pluginscenemanager.c.
References m_RulerActivated.
Referenced by Event_OnClick(), and RulerToggle().
|
inlineprotected |
Definition at line 227 of file plugindevelopersync.c.
References IsPlayerRegistered(), and m_RegisteredPlayers.
Referenced by RequestDetailedInfo().
|
inlineprivate |
Definition at line 671 of file pluginscenemanager.c.
References SceneObject::LinkSceneObject().
Referenced by Event_OnClickMiddle().
|
inlineprivate |
Definition at line 57 of file pluginfilehandler.c.
References ClearFileNoSave(), CloseFile(), FGets(), PluginFileHandler::GetFileName(), m_FileContent, and OpenFile().
Referenced by PluginFileHandler().
|
inlineprivate |
Definition at line 12 of file pluginhorticulture.c.
References g_Game, PlantMaterialHealth::m_HealthyMat, PlantMaterialHealth::m_HealthyTex, PlantMaterialHealth::m_InfestedMat, PlantMaterialHealth::m_InfestedTex, and m_PlantMaterials.
Referenced by PluginHorticulture(), and PluginLifespan().
|
inlineprivate |
Definition at line 33 of file pluginobjectsinteractionmanager.c.
References IsFree(), m_LockedObjects, and m_LockedObjectsDecay.
|
inlineprotected |
Definition at line 922 of file plugindevelopersync.c.
References Math::AbsInt(), GetDayZGame(), GetPlayer(), and ModifiersManager().
Referenced by OnRPC().
Definition at line 10 of file pluginbase.c.
References GetModuleName(), and Debug::Log().
Referenced by CheckInit().
|
inlineprotected |
Definition at line 62 of file pluginadminlog.c.
References g_Game.
Referenced by BleedingOut(), DirectAdminLogPrint(), OnContinouousAction(), OnEmote(), OnPlacementComplete(), PlayerHitBy(), PlayerKilled(), PlayerKilledByDisconnect(), PlayerKilledByDrowningUncon(), PlayerKilledByRespawn(), PlayerList(), PlayerTeleportedLog(), Suicide(), TotemFlagChange(), UnconStart(), and UnconStop().
Definition at line 7 of file pluginconfigviewer.c.
Referenced by GetConfig(), and GetConfigRecursive().
|
inlineprotected |
Definition at line 57 of file plugininventoryrepair.c.
References InventoryLocation::CollidesWith(), g_Game, CargoBase::GetItem(), InventoryLocation::GetItem(), CargoBase::GetItemCount(), InventoryLocation::GetParent(), InventoryLocation::GetSlot(), InventoryLocation::GetType(), GameInventory::LocationSyncMoveEntity(), and RepairItem().
Referenced by OnUpdate().
Definition at line 345 of file plugindayzinfecteddebug.c.
buttons clicks
Definition at line 286 of file plugindayzinfecteddebug.c.
References m_CardFightButton, m_CardMovementButton, m_CH_DoAttack, m_CH_DoHit, m_CH_DoKnucleOut, m_CH_DoTurn, m_CH_DoVault, m_CH_GoToCrawl, m_CH_StartDeath, m_KnucleOutButton, m_SpawnEntityButton, m_StartAttackButton, m_StartCrawlingButton, m_StartDeathButton, m_StartHitButton, m_StartTurnButton, m_StartVaultButton, ResetValues(), ShowCard(), SpawnNewInfectedEntity(), x, and y.
|
inlineprotected |
Definition at line 356 of file pluginadminlog.c.
References ActionData, GetPlayerPrefix(), LogPrint(), m_ActionsFilter, m_Message, and m_PlayerPrefix.
|
inlineprivate |
Definition at line 95 of file pluginremoteplayerdebugserver.c.
References RemotePlayerDamageDebug::AddDamage(), TotalDamageResult::GetDamage(), GetWatching(), and m_PlayerDebugDamage.
|
private |
Referenced by PluginManager::~PluginManager().
|
inlineprivate |
Definition at line 64 of file plugincharplacement.c.
References g_Game.
|
inlineprivate |
Definition at line 118 of file pluginkeybinding.c.
References CALL_CATEGORY_SYSTEM, g_Game, and OnFrame().
|
inlineprivate |
Definition at line 62 of file pluginscenemanager.c.
References SceneUnload().
|
inlineprivate |
Definition at line 14 of file pluginsounddebug.c.
References m_TickTimer.
|
inlineprotected |
Definition at line 371 of file pluginadminlog.c.
References EmoteBase::GetInputActionName(), GetPlayerPrefix(), LogPrint(), and m_PlayerPrefix.
|
inlineprivate |
Definition at line 240 of file pluginkeybinding.c.
References g_Game, MouseButtonInfo::GetButtonID(), MouseButtonInfo::GetTimeLastPress(), HOLD_CLICK_TIME_MIN, MouseButtonInfo::IsButtonDown(), m_MouseButtons, MB_EVENT_DRAG, and OnMouse().
Referenced by OnDestroy(), and OnInit().
|
inlineprivate |
Definition at line 30 of file pluginsounddebug.c.
References DbgUI::Begin(), DbgUI::BeginCleanupScope(), DbgUI::Button(), DbgUI::End(), DbgUI::EndCleanupScope(), fadeInVolume, fadeOutVolume, g_Game, DbgUI::InputFloat(), DbgUI::InputText(), m_soundBuilder, m_soundObject, m_soundParams, m_wave, DbgUI::PopID(), DbgUI::PushID_Int(), DbgUI::PushID_Str(), DbgUI::SameLine(), SoundObjectBuilder(), SoundParams(), and DbgUI::Text().
|
private |
|
inlineprotected |
Definition at line 6 of file plugincameratools.c.
References m_Instance.
|
inlineprotected |
Definition at line 54 of file plugindeveloper.c.
References DeveloperFreeCamera::OnInit().
|
inlineprotected |
Definition at line 20 of file pluginuniversaltemperaturesourceclient.c.
References InitWidgets().
|
inlineprotected |
Definition at line 73 of file plugindevelopersync.c.
References CALL_CATEGORY_GAMEPLAY, g_Game, and m_UpdateTimer.
|
inlineprivate |
Definition at line 37 of file pluginfilehandler.c.
|
inlineprivate |
Definition at line 30 of file pluginkeybinding.c.
References CALL_CATEGORY_SYSTEM, g_Game, m_KeyBindings, m_MouseBindings, m_MouseButtons, MB_EVENT_CLICK, MB_EVENT_DOUBLECLICK, MB_EVENT_DRAG, MB_EVENT_PRESS, MB_EVENT_RELEASE, MENU_ANY, MENU_CAMERA_TOOLS, MENU_NONE, MENU_SCENE_EDITOR, MENU_SCRIPTCONSOLE, OnFrame(), RegisterKeyBind(), and RegisterMouseBind().
|
inlineprivate |
Definition at line 46 of file pluginscenemanager.c.
References GetPlugin(), m_ModuleConfigDebugProfile, m_ModuleConfigScene, m_ModuleDeveloper, m_RulerActivated, m_RulerLines, m_RulerPoints, m_RulerSpheres, and PluginDeveloper().
|
inlineprivate |
Definition at line 3 of file pluginsounddebug.c.
References m_TickTimer.
|
inlineprivate |
Definition at line 126 of file pluginkeybinding.c.
References PluginBase(), g_Game, KeyBinding::GetCallbackFunction(), KeyBinding::GetCallbackTarget(), KeyBinding::GetKey1(), KeyBinding::GetKey2(), GetPlugin(), KeyBinding::GetUIMenuID(), IsCurrentUIPageValid(), IsKeyPressed(), m_KeyBindings, and string::ToType().
|
inlineprivate |
Definition at line 185 of file pluginkeybinding.c.
Definition at line 337 of file pluginkeybinding.c.
References PluginBase(), g_Game, MouseBinding::GetButtonID(), MouseBinding::GetCallbackFunction(), MouseBinding::GetCallbackTarget(), MouseBinding::GetMouseEvent(), GetPlugin(), MouseBinding::GetUIMenuID(), IsCurrentUIPageValid(), m_MouseBindings, and string::ToType().
Referenced by OnFrame(), OnMouseButtonPress(), and OnMouseButtonRelease().
|
inlineprivate |
Definition at line 192 of file pluginkeybinding.c.
References GetMouseButtonInfo(), MB_EVENT_PRESS, OnMouse(), and MouseButtonInfo::Press().
|
inlineprivate |
Definition at line 207 of file pluginkeybinding.c.
References CLICK_TIME, DOUBLE_CLICK_TIME, g_Game, GetMouseButtonInfo(), MouseButtonInfo::GetTimeLastPress(), MouseButtonInfo::GetTimeLastRelease(), MB_EVENT_CLICK, MB_EVENT_DOUBLECLICK, MB_EVENT_RELEASE, OnMouse(), and MouseButtonInfo::Release().
|
inlineprivate |
Definition at line 70 of file pluginscenemanager.c.
References EditorUpdate(), GetRotationAngle(), GetSelectedSceneObject(), and IsMouseInScene().
|
inlineprotected |
Definition at line 337 of file pluginadminlog.c.
References GetPlayerPrefix(), LogPrint(), m_DisplayName, m_PlacementFilter, m_PlayerPrefix, and m_Source.
|
inlineprivate |
Definition at line 117 of file pluginremoteplayerdebugserver.c.
References m_ClientList, and SetWatching().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 98 of file pluginuniversaltemperaturesourceserver.c.
References m_ClientList.
|
inlineprotected |
Definition at line 234 of file pluginuniversaltemperaturesourceclient.c.
References m_UTemperatureSourceDebugs, and Serializer::Read().
|
inlineprotected |
Definition at line 40 of file plugininventoryrepair.c.
References m_CorrectILs, Serializer::Read(), and InventoryLocation::ReadFromContext().
|
inlineprivate |
Definition at line 137 of file pluginremoteplayerdebugserver.c.
References OnRequestReceived(), and Serializer::Read().
|
inlineprotected |
Definition at line 112 of file pluginuniversaltemperaturesourceserver.c.
References OnRequestReceived(), and Serializer::Read().
|
inlineprotected |
Definition at line 61 of file plugindeveloper.c.
References HandlePresetSpawn(), HandleSetTime(), DeveloperTeleport::OnRPC(), OnRPCClearInventory(), OnRPCPluginDayzCreatureDebug(), OnRPCServerLogRecieved(), OnRPCSpawnEntity(), OnRPCSpawnEntityOnCursorDir(), OnRPCSpawnEntityOnGround(), OnRPCSpawnEntityOnGroundPatternGrid(), OnRPCSyncSceneObject(), and Serializer::Read().
Referenced by ManBase::OnRPC().
|
inlineprotected |
Definition at line 270 of file plugindevelopersync.c.
References ActivateModifier(), DeactivateModifier(), EnableUpdate(), g_Game, GetRPCModifierID(), GetRPCModifierLock(), GetRPCUpdateState(), LockModifier(), OnRPCAgents(), OnRPCHealth(), OnRPCHealthSet(), OnRPCHorticultUpdate(), OnRPCHorticultureSpeed(), OnRPCLevels(), OnRPCMods(), OnRPCModsDetailed(), OnRPCStats(), OnRPCStatSet(), OnRPCStomach(), OnRPCTemp(), and RequestDetailedInfo().
|
inlineprotected |
Definition at line 991 of file plugindevelopersync.c.
References m_PlayerAgentsSynced, Serializer::Read(), and SyncedValueAgent().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 231 of file plugindeveloper.c.
References ClearInventory().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 591 of file plugindevelopersync.c.
References m_TargetHealthSynced, Serializer::Read(), and SetTargetChanged().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 654 of file plugindevelopersync.c.
References GetPlugin(), m_HealthObserverMode, PluginItemDiagnostic(), and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 702 of file plugindevelopersync.c.
References PlantBase(), and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 720 of file plugindevelopersync.c.
References PlantBase(), and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 754 of file plugindevelopersync.c.
References m_PlayerLevelsSynced, Serializer::Read(), and SyncedValueLevel().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 830 of file plugindevelopersync.c.
References m_PlayerModsSynced, and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 855 of file plugindevelopersync.c.
References m_PlayerModsDetailedSynced, and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 163 of file plugindeveloper.c.
References GetPlugin(), and PluginDayZCreatureAIDebug().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 221 of file plugindeveloper.c.
References Serializer::Read(), and Debug::ReceivedLogMessageFromServer().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 263 of file plugindeveloper.c.
References Serializer::Read(), and SpawnEntityInInventory().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 237 of file plugindeveloper.c.
References Serializer::Read(), and SpawnEntityOnCursorDir().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 246 of file plugindeveloper.c.
References Serializer::Read(), and SpawnEntityOnGroundPos().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 255 of file plugindeveloper.c.
References Serializer::Read(), and SpawnEntityOnGroundPatternGrid().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 471 of file plugindevelopersync.c.
References m_PlayerStatsSynced, and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 517 of file plugindevelopersync.c.
References Count, Get(), and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 1030 of file plugindevelopersync.c.
References m_PlayerStomachSynced, and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 149 of file plugindeveloper.c.
References CALL_CATEGORY_SYSTEM, g_Game, GetPlugin(), SceneData::GetSceneObjectByEntityAI(), PluginSceneManager(), and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 956 of file plugindevelopersync.c.
References EnableUpdate(), g_Game, GetRPCUpdateState(), m_EnvironmentDebugMessage, CachedObjectsParams::PARAM1_STRING, and Serializer::Read().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 289 of file plugindeveloper.c.
References DeveloperFreeCamera::OnSetFreeCameraEvent().
|
inlineprotected |
Definition at line 294 of file plugindeveloper.c.
References name, and PrintString.
Referenced by SpawnEntityAsAttachment(), SpawnEntityInPlayerInventory(), SpawnEntityOnCursorDir(), and SpawnEntityOnGroundPos().
|
inlineprivate |
Definition at line 102 of file pluginscenemanager.c.
References EditorUpdate(), FreeCameraControlEnable(), m_IsOpen, and m_ModuleDeveloper.
|
inlineprivate |
Definition at line 88 of file pluginscenemanager.c.
References CALL_CATEGORY_SYSTEM, EditorUpdate(), DeveloperFreeCamera::EnableFreeCameraSceneEditor(), FreeCameraControlDisable(), g_Game, and m_IsOpen.
|
private |
Referenced by PluginManager::MainOnUpdate().
|
inlineprivate |
Definition at line 198 of file plugindayzinfecteddebug.c.
References CleanupDebugShapes(), Debug::DrawSphere(), m_ControlledInfected, m_DebugShapes, and m_IsActive.
|
inlineprivate |
Definition at line 46 of file plugincharplacement.c.
References Math::Atan2(), CalculatePos(), m_cam_pos, m_camera_dir, m_camera_orientation, m_Character, m_character_pos, m_demoRot, m_Initialized, and Math::RAD2DEG.
|
inlineprivate |
Definition at line 23 of file plugindoorruler.c.
References m_Initialized, m_Ruler, and vector::Normalize().
|
inlineprivate |
Definition at line 13 of file pluginremoteplayerdebugserver.c.
References INTERVAL, m_AccuTime, m_ClientList, and SendDebug().
|
inlineprotected |
Definition at line 27 of file pluginuniversaltemperaturesourceclient.c.
References DrawDebugs(), m_Player, and UpdateStatWidgets().
|
inlineprotected |
Definition at line 17 of file pluginuniversaltemperaturesourceserver.c.
References INTERVAL, m_AccuTime, m_ClientList, and SendDebug().
|
inlineprotected |
Definition at line 124 of file plugininventoryrepair.c.
References m_CorrectILs, m_ItemsToRepair, m_TimeFromLastRequest, MoveItemToCorrectPosition(), PIR_MAX_ITEMS_TO_SEND, PIR_REQUEST_COOLDOWN, and InventoryInputUserData::SendClientInventoryCheck().
|
inlineprivate |
Definition at line 9 of file pluginsounddebug.c.
|
inlineprotected |
Definition at line 210 of file pluginadminlog.c.
References component, DayZPlayerImplementFallDamage(), vector::Distance(), TotalDamageResult::GetDamage(), GetHitMessage(), GetPlayerPrefix(), EntityAI::IsMeleeWeapon(), LogPrint(), m_DisplayName, m_Distance, m_HitFilter, m_HitMessage, and m_ItemInHands.
|
inlineprotected |
Definition at line 116 of file pluginadminlog.c.
References vector::Distance(), ExplosivesBase(), GetPlayerPrefix(), LogPrint(), m_BleedMgr, m_Distance, m_StatEnergy, and m_StatWater.
|
inlineprotected |
Definition at line 201 of file pluginadminlog.c.
References GetPlayerPrefix(), and LogPrint().
|
inlineprotected |
Definition at line 189 of file pluginadminlog.c.
References GetPlayerPrefix(), and LogPrint().
|
inlineprotected |
Definition at line 195 of file pluginadminlog.c.
References GetPlayerPrefix(), and LogPrint().
|
inlineprotected |
Definition at line 414 of file pluginadminlog.c.
References g_Game, GetPlayerPrefix(), LogPrint(), m_Player, m_PlayerArray, and m_PlayerPrefix.
|
inlineprotected |
Definition at line 434 of file pluginadminlog.c.
References GetPlayerPrefix(), LogPrint(), m_PlayerPrefix, and vector::ToString().
|
inlineprotected |
Definition at line 56 of file plugincameratools.c.
References g_Game.
|
inlineprotected |
Definition at line 42 of file pluginadminlog.c.
References g_Game, m_ActionsFilter, m_HitFilter, m_PlacementFilter, m_PlayerArray, m_PlayerListFilter, m_Timer, and TIMER_PLAYERLIST.
|
inlineprivate |
Definition at line 3 of file pluginconfigviewer.c.
|
inlineprivate |
Definition at line 103 of file plugindayzinfecteddebug.c.
References CreateModuleWidgets().
|
inlineprotected |
Definition at line 49 of file plugindeveloper.c.
Referenced by GetConfig(), GetInstance(), and OnInit().
|
inlineprotected |
Definition at line 51 of file plugindevelopersync.c.
References m_AgentsUpdateStatus, m_HealthObserverEntity, m_HealthObserverMode, m_LevelsUpdateStatus, m_ModsUpdateStatus, m_PlayerAgentsSynced, m_PlayerLevelsSynced, m_PlayerModsSynced, m_PlayerStatsSynced, m_PlayerStomachSynced, m_RegisteredPlayers, m_StatsUpdateStatus, m_StomachUpdateStatus, and m_TargetHealthSynced.
|
inlineprivate |
Definition at line 9 of file plugindrawcheckerboard.c.
References CreateWidgetOverlay().
|
inlineprivate |
Definition at line 24 of file pluginfilehandler.c.
References LoadFile(), m_FileContent, and m_LineLimit.
|
inlineprivate |
Definition at line 5 of file pluginhorticulture.c.
References LoadFromCfg(), and m_PlantMaterials.
|
inlineprotected |
Definition at line 13 of file plugininventoryrepair.c.
References m_CorrectILs, and m_ItemsToRepair.
|
inlineprivate |
Definition at line 19 of file pluginkeybinding.c.
References instance.
|
inlineprivate |
Definition at line 9 of file pluginmessagemanager.c.
References channelList, and NUM_OF_CHANNELS.
|
inlineprivate |
Definition at line 9 of file pluginobjectsinteractionmanager.c.
References m_DecayTimer, m_LockedObjects, m_LockedObjectsDecay, and TICK_RATE.
|
inlineprivate |
Definition at line 8 of file pluginplayerstatus.c.
References m_NotifiersIcons, m_NotifiersIndexColor, m_NotifiersLabel, NTFKEY_BACTERIA, NTFKEY_BLEEDISH, NTFKEY_FEVERISH, NTFKEY_FRACTURE, NTFKEY_HEALTHY, NTFKEY_HUNGRY, and NTFKEY_THIRSTY.
|
inlineprivate |
Definition at line 21 of file pluginscenemanager.c.
References instance.
Referenced by GetInstance(), and OnRPCSyncSceneObject().
|
inlineprivate |
Definition at line 19 of file plugintransmissionagents.c.
References RegisterAgent().
|
inlineprotected |
Definition at line 15 of file pluginuniversaltemperaturesourceclient.c.
References m_UTemperatureSourceDebugs.
|
inlineprotected |
Definition at line 11 of file pluginuniversaltemperaturesourceserver.c.
References m_ClientList, and m_UTemperatureSourceDebugs.
Referenced by DrawDebugs().
|
inlineprivate |
Definition at line 3 of file pluginvariables.c.
References m_Id, m_Variables, and RegisterVariable().
|
inlineprotected |
Definition at line 371 of file plugindayzinfecteddebug.c.
References m_ControlledInfected, and ResetValues().
|
inlineprotected |
Definition at line 224 of file pluginuniversaltemperaturesourceclient.c.
References m_UTemperatureSourceDebugs, and PrintString.
|
inlineprotected |
Definition at line 119 of file plugindeveloper.c.
References CALL_ID_SCR_CNSL_ADD_PRINT, CallMethod(), g_Game, and MENU_SCRIPTCONSOLE.
|
inlineprotected |
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.
References CalcTemperatureFromTemperatureSource(), vector::DistanceSq(), m_Player, m_UTemperatureSourceDebugs, m_UTSAverageTemperature, and Math::SqrFloat().
Referenced by DrawDebugs().
|
inlineprivate |
Definition at line 940 of file plugindeveloper.c.
References QuickSort(), and QuickSortPartition().
Referenced by QuickSort(), and SortStringArray().
|
inlineprivate |
Definition at line 896 of file plugindeveloper.c.
Referenced by QuickSort().
|
inlineprivate |
Registers new agent into system.
| agent | New agent class |
Definition at line 37 of file plugintransmissionagents.c.
References AgentBase::GetAgentType(), and m_AgentList.
Referenced by PluginTransmissionAgents().
|
inlineprotected |
Definition at line 288 of file pluginkeybinding.c.
References m_KeyBindings.
Referenced by OnInit().
|
inlineprotected |
Definition at line 296 of file pluginkeybinding.c.
References m_MouseBindings.
Referenced by OnInit().
|
inlineprotected |
Definition at line 240 of file plugindevelopersync.c.
References IsPlayerRegistered(), m_RegisteredPlayers, and RegisterPlayerData().
Referenced by EnableUpdate().
|
inlineprivate |
Definition at line 17 of file pluginvariables.c.
References m_Id, m_Variables, and name.
Referenced by PluginVariables().
|
inlineprivate |
Definition at line 42 of file pluginobjectsinteractionmanager.c.
References m_LockedObjects, and m_LockedObjectsDecay.
|
inlineprivate |
Definition at line 152 of file plugindayzinfecteddebug.c.
References g_Game, and m_HasFocus.
Referenced by ~PluginDayzPlayerDebug(), ToggleDebugWindowEventOld(), ToggleDebugWindowEventP(), ToggleDebugWindowSetMode(), and ToggleDebugWindowSetMode().
|
inlineprotected |
Definition at line 1071 of file plugindevelopersync.c.
References g_Game.
|
inlineprotected |
Definition at line 152 of file plugininventoryrepair.c.
References m_ItemsToRepair.
Referenced by ~ServerBrowserTab().
Removes given agent from given entity.
Definition at line 106 of file plugintransmissionagents.c.
|
inlineprivate |
Removes all agents from given entity.
| target | Entity to remove agents from |
Definition at line 96 of file plugintransmissionagents.c.
|
inlineprivate |
Definition at line 3 of file pluginrepairing.c.
References CalculateHealth(), CanBeRepairedToPristine(), CanRepairToPristine(), Debug::Log(), GameConstants::STATE_PRISTINE, GameConstants::STATE_RUINED, and GameConstants::STATE_WORN.
Definition at line 19 of file plugininventoryrepair.c.
References g_Game, InventoryLocation::GetType(), GameInventory::LocationSyncMoveEntity(), and InventoryLocation::SetTemporary().
Referenced by MoveItemToCorrectPosition().
|
inlineprotected |
Definition at line 883 of file plugindevelopersync.c.
References Math::AbsInt(), IsSetSystemInBitmask(), m_RegisteredPlayers, and SetSystemInBitmask().
Referenced by OnRPC().
|
inlineprotected |
Definition at line 205 of file pluginuniversaltemperaturesourceclient.c.
References EnableWidgets(), m_Player, m_UTemperatureSourceDebugs, ScriptRPC::Send(), and Serializer::Write().
|
inlineprivate |
Definition at line 957 of file plugindeveloper.c.
References g_Game.
|
inlineprivate |
Definition at line 351 of file plugindayzinfecteddebug.c.
References m_CH_DoAttack, m_CH_DoHit, m_CH_DoKnucleOut, m_CH_DoTurn, m_CH_DoVault, m_CH_GoToCrawl, m_CH_StartDeath, m_MainWnd, and m_MovementSpeedEB.
Referenced by OnClick(), and PossesInfected().
|
inlineprivate |
Definition at line 326 of file pluginscenemanager.c.
References GetSceneObjects(), SceneObject::LinkSceneObject(), and SceneObject::m_LinkedSceneObjectsIndices.
Referenced by InitLoad().
|
inlineprivate |
Definition at line 937 of file pluginscenemanager.c.
References EditorUpdateRuler(), GetMousePositionInScene(), and m_RulerPoints.
Referenced by Event_OnClick().
|
inlineprivate |
Definition at line 949 of file pluginscenemanager.c.
References m_RulerLines, and m_RulerSpheres.
Referenced by EditorUpdateRuler().
|
inlineprivate |
Definition at line 967 of file pluginscenemanager.c.
References EditorUpdateRuler(), and m_RulerPoints.
|
inlineprivate |
Definition at line 912 of file pluginscenemanager.c.
References IsRulerActivated(), m_RulerActivated, and SceneEditorMenuCmdRefresh().
|
inlineprotected |
Definition at line 50 of file plugincameratools.c.
References g_Game.
|
inlineprivate |
Definition at line 82 of file pluginfilehandler.c.
References CloseFile(), FileExist(), FPrintln(), PluginFileHandler::GetFileName(), GetSubFolderName(), m_FileContent, m_ReadOnly, MakeDirectory(), and OpenFile().
Referenced by AddText().
Definition at line 790 of file pluginscenemanager.c.
References m_SceneData.
Definition at line 803 of file pluginscenemanager.c.
References EditorUpdate(), m_ModuleConfigScene, and m_SceneData.
|
inlineprivate |
Definition at line 820 of file pluginscenemanager.c.
References EditorUpdate(), and m_ModuleConfigScene.
|
inlineprivate |
Definition at line 1211 of file pluginscenemanager.c.
References CALL_ID_SCENE_EDITOR_COMMAND, CallMethod(), and SCENE_EDITOR_CMD_POPUP.
Referenced by DeleteSceneObject(), DeleteSelectedObject(), and Event_OnClickMiddle().
|
inlineprivate |
Definition at line 1203 of file pluginscenemanager.c.
References CALL_ID_SCENE_EDITOR_COMMAND, CallMethod(), and SCENE_EDITOR_CMD_REFRESH.
Referenced by EditorUpdate(), and RulerToggle().
|
inlineprivate |
Definition at line 1219 of file pluginscenemanager.c.
References CALL_ID_SCENE_EDITOR_COMMAND, CallMethod(), and SCENE_EDITOR_CMD_SAVE.
Referenced by SceneSave().
|
inlineprivate |
Definition at line 845 of file pluginscenemanager.c.
References m_SceneData, and STRING_EMPTY.
|
inlineprivate |
Definition at line 754 of file pluginscenemanager.c.
References EditorUpdate(), g_Game, m_ModuleConfigScene, m_SceneData, and SceneUnload().
Referenced by InitLoad().
Definition at line 830 of file pluginscenemanager.c.
References EditorUpdate(), m_ModuleConfigScene, and m_SceneData.
|
inlineprivate |
Definition at line 779 of file pluginscenemanager.c.
References EditorUpdate(), m_ModuleConfigScene, m_SceneData, and SceneEditorMenuCmdSave().
|
inlineprivate |
Definition at line 770 of file pluginscenemanager.c.
References DeselectObject(), and m_SceneData.
Referenced by OnDestroy(), and SceneLoad().
|
inlineprivate |
Definition at line 862 of file plugindeveloper.c.
References CALL_ID_SCR_CNSL_HISTORY_BACK, CallMethod(), g_Game, and MENU_SCRIPTCONSOLE.
|
inlineprivate |
Definition at line 853 of file plugindeveloper.c.
References CALL_ID_SCR_CNSL_HISTORY_NEXT, CallMethod(), g_Game, and MENU_SCRIPTCONSOLE.
|
inlineprivate |
Definition at line 881 of file pluginscenemanager.c.
References g_Game, GetSceneObjects(), SelectedObjectFocus(), and SelectObject().
|
inlineprivate |
Definition at line 401 of file pluginscenemanager.c.
References class_name, and m_ClassBrowserSelected.
|
inlineprivate |
Definition at line 645 of file pluginscenemanager.c.
References EditorUpdate(), and GetSelectedSceneObject().
|
inlineprivate |
Definition at line 499 of file pluginscenemanager.c.
References SceneObject::AddAttachment(), SceneObject::GetAttachments(), SceneObject::GetObject(), SceneObject::GetPosition(), SceneObject::GetRotation(), GetSelectedSceneObject(), SceneObject::GetTypeName(), m_SceneData, PLAYER, SelectObject(), SceneObject::SetRotation(), and Vector().
|
inlineprivate |
Definition at line 610 of file pluginscenemanager.c.
References SceneObject::GetPosition(), GetSelectedSceneObject(), SceneObject::GetSize(), and vector::Normalize().
Referenced by SelectAndFocusPlayerObject().
|
inlineprivate |
Definition at line 658 of file pluginscenemanager.c.
References EditorUpdate(), and GetSelectedSceneObject().
|
inlineprivate |
Definition at line 594 of file pluginscenemanager.c.
References Math::Clamp(), EditorUpdate(), SceneObject::GetObject(), GetSelectedSceneObject(), and SceneObject::SetHealth().
|
inlineprivate |
Definition at line 543 of file pluginscenemanager.c.
References EditorUpdate(), SceneObject::GetPosition(), GetSelectedSceneObject(), and SceneObject::SetPosition().
|
inlineprivate |
Definition at line 560 of file pluginscenemanager.c.
References EditorUpdate(), SceneObject::GetPosition(), GetSelectedSceneObject(), and SceneObject::SetPosition().
|
inlineprivate |
Definition at line 577 of file pluginscenemanager.c.
References EditorUpdate(), SceneObject::GetPosition(), GetSelectedSceneObject(), and SceneObject::SetPosition().
|
inlineprivate |
Definition at line 530 of file pluginscenemanager.c.
References EditorUpdate(), and GetSelectedSceneObject().
|
inlineprivate |
Definition at line 474 of file pluginscenemanager.c.
References DeselectObject(), EditorUpdate(), GetSelectedSceneObject(), and m_SelectedObject.
Referenced by Event_OnClick(), Event_OnDoubleClick(), SelectAndFocusPlayerObject(), and SelectedObjectDuplicate().
|
inlineprivate |
Definition at line 56 of file pluginremoteplayerdebugserver.c.
References GatherPlayerInfo(), m_ClientList, m_PlayerDebugDamage, m_PlayerDebugStats, ScriptRPC::Send(), and Serializer::Write().
Referenced by OnUpdate().
|
inlineprotected |
Definition at line 81 of file pluginuniversaltemperaturesourceserver.c.
References GatherTemperatureSources(), m_ClientList, m_UTemperatureSourceDebugs, ScriptRPC::Send(), and Serializer::Write().
|
inlineprotected |
Definition at line 976 of file plugindevelopersync.c.
References g_Game, and GetDayZGame().
Referenced by Update().
|
inlineprotected |
Definition at line 553 of file plugindevelopersync.c.
References GetDayZGame(), GetPlugin(), m_HealthObserverEntity, m_HealthObserverMode, PluginItemDiagnostic(), and SetupZoneValues().
Referenced by Update().
|
inlineprotected |
Definition at line 733 of file plugindevelopersync.c.
References GetDayZGame().
Referenced by Update().
|
inlineprotected |
Definition at line 777 of file plugindevelopersync.c.
References GetDayZGame(), ModifiersManager(), and name.
Referenced by Update().
|
inlineprotected |
Definition at line 814 of file plugindevelopersync.c.
References GetDayZGame(), m_RegisteredPlayers, and ModifiersManager().
Referenced by Update().
|
inlineprotected |
Definition at line 446 of file plugindevelopersync.c.
References Count, Get(), and GetDayZGame().
Referenced by Update().
|
inlineprotected |
Definition at line 1016 of file plugindevelopersync.c.
References GetDayZGame().
Referenced by Update().
|
inlineprotected |
Definition at line 947 of file plugindevelopersync.c.
References GetDayZGame(), and CachedObjectsParams::PARAM1_STRING.
Referenced by Update().
|
inlineprotected |
Definition at line 129 of file plugindeveloper.c.
References g_Game.
Definition at line 64 of file pluginplayerstatus.c.
References Hud::DisplayBadge(), g_Game, and mission.
Definition at line 869 of file pluginscenemanager.c.
References m_SceneData.
|
inlineprivate |
Definition at line 989 of file plugindeveloper.c.
References ActionTarget, g_Game, and SetDeveloperItemClientEx().
Definition at line 965 of file plugindeveloper.c.
References g_Game, GetPlugin(), and PluginItemDiagnostic().
Referenced by SetDeveloperItemClient().
|
inlineprotected |
Set player direction.
Definition at line 26 of file plugindeveloper.c.
References DeveloperTeleport::SetPlayerDirection().
|
inlineprivate |
Definition at line 704 of file pluginscenemanager.c.
References EditorUpdate(), and m_ModuleConfigDebugProfile.
|
inlineprivate |
Definition at line 722 of file pluginscenemanager.c.
References m_ModuleConfigDebugProfile.
|
inlineprivate |
Definition at line 23 of file pluginplayerstatus.c.
References m_NotifiersIndexColor, and m_NotifiersLabel.
|
inlineprivate |
Definition at line 738 of file pluginscenemanager.c.
References m_ModuleConfigDebugProfile.
Definition at line 80 of file pluginplayerstatus.c.
References Math::Clamp(), g_Game, mission, and Hud::SetStamina().
|
inlineprivate |
Definition at line 94 of file pluginplayerstatus.c.
References Hud::DisplayStance(), g_Game, and mission.
|
inlineprotected |
Definition at line 213 of file plugindevelopersync.c.
References IsPlayerRegistered(), and m_RegisteredPlayers.
Referenced by EnableUpdate(), and RequestDetailedInfo().
|
inlineprotected |
Definition at line 548 of file plugindevelopersync.c.
References m_IsTargetChanged.
Referenced by OnRPCHealth().
|
inlineprotected |
Definition at line 301 of file plugindeveloper.c.
References g_Game, and SetupSpawnedItem().
Referenced by SpawnEntityOnCursorDir(), and SpawnEntityOnGroundPos().
|
inlineprotected |
Definition at line 612 of file plugindevelopersync.c.
Referenced by SendRPCHealth().
|
inlineprivate |
Definition at line 29 of file pluginremoteplayerdebugserver.c.
References m_Watching.
Referenced by OnRequestReceived().
Definition at line 858 of file pluginscenemanager.c.
References m_SceneData.
|
inlineprivate |
Definition at line 163 of file plugindayzinfecteddebug.c.
References UAInputAPI::ActivateExclude(), GetUApi(), m_IsActive, m_TickTimer, ShowWidgets(), and UAInputAPI::UpdateControls().
Referenced by SetDebugShowMode(), ToggleDebugWindowEventOld(), ToggleDebugWindowEventP(), ToggleDebugWindowSetMode(), and ToggleDebugWindowSetMode().
|
inlineprivate |
Definition at line 80 of file plugindrawcheckerboard.c.
References m_IsActive, and ShowWidgets().
|
inlineprivate |
Definition at line 19 of file pluginsounddebug.c.
References m_TickTimer.
|
inlineprivate |
Definition at line 279 of file plugindayzinfecteddebug.c.
References m_CardFightFrame, and m_CardMovementFrame.
Referenced by CreateModuleWidgets(), CreateModuleWidgets(), and OnClick().
|
inlineprotected |
Definition at line 11 of file plugintargettemperature.c.
References DbgUI::Begin(), DbgUI::BeginCleanupScope(), DbgUI::End(), DbgUI::EndCleanupScope(), GetTargetEntity(), m_pPlayer, DbgUI::Panel(), and DbgUI::Text().
|
inlineprivate |
|
inlineprivate |
Definition at line 71 of file plugindrawcheckerboard.c.
References m_MainWindow.
|
inlineprivate |
Definition at line 952 of file plugindeveloper.c.
References QuickSort().
Definition at line 400 of file plugindeveloper.c.
References ECE_EQUIP_ATTACHMENTS, ECE_INITAI, ECE_PLACE_ON_SURFACE, and g_Game.
Referenced by SpawnEntityOnGroundPos().
|
inlineprotected |
Definition at line 698 of file plugindeveloper.c.
References GameInventory::CreateInInventory(), g_Game, OnSpawnErrorReport(), and SetupSpawnedItem().
|
inlineprotected |
Definition at line 566 of file plugindeveloper.c.
References ECE_IN_INVENTORY, g_Game, RF_DEFAULT, SetupSpawnedItem(), SpawnEntity(), and SpawnEntityInPlayerInventory().
Referenced by OnRPCSpawnEntity().
|
inlineprotected |
Definition at line 603 of file plugindeveloper.c.
References CALL_CATEGORY_SYSTEM, ECE_IN_INVENTORY, g_Game, InventoryLocation::GetParent(), InventoryLocation::GetSlot(), OnSpawnErrorReport(), RF_DEFAULT, SetupSpawnedItem(), SpawnEntity(), SpawnEntityInPlayerInventory(), and SpawnEntityOnGroundPos().
Referenced by SpawnEntityInInventory(), and SpawnEntityInPlayerInventory().
|
inlineprotected |
Definition at line 523 of file plugindeveloper.c.
References Class::CastTo(), g_Game, OnSpawnErrorReport(), and SetupSpawnedEntity().
Referenced by OnRPCSpawnEntityOnCursorDir(), and SpawnFromClipboard().
|
inlineprotected |
Definition at line 348 of file plugindeveloper.c.
References Class::CastTo(), g_Game, GetCameraDirections(), vector::Perpend(), and SpawnEntityOnGroundPos().
Referenced by OnRPCSpawnEntityOnGroundPatternGrid().
|
inlineprotected |
Definition at line 492 of file plugindeveloper.c.
References Class::CastTo(), g_Game, OnSpawnErrorReport(), SetupSpawnedEntity(), and SpawnEntityOnGroundPos().
|
inlineprotected |
Definition at line 429 of file plugindeveloper.c.
References ECE_KEEPHEIGHT, ECE_PLACE_ON_SURFACE, g_Game, InventoryLocation::GetPos(), Math3D::MatrixIdentity4(), InventoryLocation::SetGround(), and SpawnAI().
Referenced by OnRPCSpawnEntityOnGround(), SpawnEntityInPlayerInventory(), SpawnEntityOnGroundPatternGrid(), SpawnEntityOnGroundPos(), and SpawnItemOnCrosshair().
|
inlineprotected |
Definition at line 744 of file plugindeveloper.c.
References string::Contains(), g_Game, GetCameraDirections(), DeveloperFreeCamera::IsFreeCameraEnabled(), SpawnEntityOnCursorDir(), SpawnItemOnCrosshair(), string::Split(), and string::Trim().
|
inlineprotected |
Definition at line 461 of file plugindeveloper.c.
References GetCameraDirections(), DayZPhysics::RayCastBullet(), SpawnEntityOnGroundPos(), and vector::Zero.
Referenced by SpawnFromClipboard().
|
inlineprivate |
Definition at line 365 of file plugindayzinfecteddebug.c.
References ECE_EQUIP_ATTACHMENTS, ECE_INITAI, ECE_PLACE_ON_SURFACE, g_Game, and m_ControlledInfected.
Referenced by OnClick().
|
inlineprivate |
Subscribes an object to listen to messages on a channel provided in the 'index' parameter.
Definition at line 109 of file pluginmessagemanager.c.
References channelList, and channelsUsed.
|
inlineprotected |
Definition at line 382 of file pluginadminlog.c.
References GetPlayerPrefix(), LogPrint(), and m_PlayerPrefix.
|
inlineprivate |
Definition at line 5 of file pluginpermanentcrosshair.c.
|
inlineprotected |
Teleport player at position.
Definition at line 20 of file plugindeveloper.c.
References DeveloperTeleport::SetPlayerPosition().
|
inlineprotected |
Set Player position at his cursor position in the world.
Definition at line 14 of file plugindeveloper.c.
References DeveloperTeleport::TeleportAtCursorEx().
|
inlineprotected |
Definition at line 445 of file plugindayzinfecteddebug.c.
References m_ControlledInfected.
|
inlineprotected |
Definition at line 19 of file plugincameratools.c.
References g_Game, m_IsOpen, and MENU_CAMERA_TOOLS.
|
inlineprivate |
Definition at line 118 of file plugindayzinfecteddebug.c.
References m_CurrentMode, and ToggleDebugWindowSetMode().
|
inlineprivate |
Definition at line 130 of file plugindayzinfecteddebug.c.
References CaptureFocus(), CleanupDebugShapes(), Hide(), m_DebugShapes, ReleaseFocus(), and Show().
Referenced by ToggleDebugWindowEvent(), and ToggleDebugWindowEvent().
|
inlineprotected |
Definition at line 1077 of file plugindevelopersync.c.
References g_Game.
|
inlineprotected |
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.
References DeveloperFreeCamera::FreeCameraToggle(), and g_Game.
|
inlineprotected |
Enable / Disable Free camera (Fly mod).
Definition at line 32 of file plugindeveloper.c.
References DeveloperFreeCamera::FreeCameraToggle(), and g_Game.
|
inlineprotected |
Definition at line 805 of file plugindeveloper.c.
References g_Game, and MENU_HELP_SCREEN.
|
inlineprotected |
Definition at line 834 of file plugindeveloper.c.
References g_Game, and MENU_MISSION_LOADER.
|
inlineprotected |
Definition at line 817 of file plugindeveloper.c.
References g_Game, m_ScriptConsole, and MENU_SCRIPTCONSOLE.
|
inlineprotected |
Definition at line 397 of file pluginadminlog.c.
References GetPlayerPrefix(), LogPrint(), and m_ActionsFilter.
|
inlineprotected |
Process transmission of agents between entities (for specified transmission type) (see TransmitAgentsEx())).
Definition at line 394 of file plugintransmissionagents.c.
References TransmitAgentsEx().
|
inlineprotected |
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 304 of file plugintransmissionagents.c.
References AGT_AIRBOURNE_BIOLOGICAL, AGT_AIRBOURNE_CHEMICAL, AGT_INV_IN, AGT_INV_OUT, AGT_ITEM_TO_FLESH, AGT_SNOW, AGT_TRANSFER_COPY, AGT_UACTION_CONSUME, AGT_UACTION_TO_ITEM, AGT_UACTION_TO_PLAYER, AGT_UACTION_TOUCH, AGT_WATER_HOT_SPRING, AGT_WATER_POND, DEF_BIOLOGICAL, DEF_CHEMICAL, g_Game, GetProtectionLevel(), InjectAgentsWithoutPlayer(), InjectAgentsWithPlayer(), InjectAgentsWithPlayerCount(), InjectAgentWithPlayerDose(), and Math::Max().
Referenced by TransmitAgents().
|
inlineprotected |
Definition at line 320 of file pluginadminlog.c.
References GetPlayerPrefix(), LogPrint(), and m_PlayerPrefix.
|
inlineprotected |
Definition at line 327 of file pluginadminlog.c.
References GetPlayerPrefix(), LogPrint(), and m_PlayerPrefix.
|
inlineprivate |
Definition at line 680 of file pluginscenemanager.c.
References SceneObject::UnlinkSceneObject().
Referenced by DeleteSelectedObject(), and Event_OnClickMiddle().
|
inlineprivate |
Definition at line 120 of file pluginmessagemanager.c.
References channelList.
|
inlineprivate |
Definition at line 130 of file pluginmessagemanager.c.
References channelList, and channelsUsed.
|
inlineprotected |
!!!! Highly suspect
Definition at line 160 of file plugindevelopersync.c.
References GetDayZGame(), m_RegisteredPlayers, SendRPCAgents(), SendRPCHealth(), SendRPCLevels(), SendRPCMods(), SendRPCModsDetail(), SendRPCStats(), SendRPCStomach(), and SendRPCTemp().
|
inlineprotected |
Definition at line 497 of file plugindevelopersync.c.
References Count, Get(), GetDayZGame(), GetPlayer(), and m_PlayerStatsSynced.
|
inlineprotected |
Definition at line 187 of file pluginuniversaltemperaturesourceclient.c.
References vector::Distance(), m_HeaderWidget, m_Player, m_StatListWidgets, and float::ToString().
Referenced by UpdateStatWidgets().
|
inlineprotected |
Definition at line 155 of file pluginuniversaltemperaturesourceclient.c.
References g_Game, m_RootWidget, m_UTemperatureSourceDebugs, MAX_SIMULTANEOUS_UTS, and UpdateStatWidget().
Referenced by OnUpdate().
|
private |
Definition at line 7 of file pluginmessagemanager.c.
Referenced by Broadcast(), BroadcastFloat(), BroadcastInt(), BroadcastParam(), BroadcastString(), PluginMessageManager(), Subscribe(), Unsubscribe(), and UnsubscribeAll().
|
private |
Definition at line 6 of file pluginmessagemanager.c.
Referenced by Subscribe(), and UnsubscribeAll().
|
protected |
Definition at line 277 of file pluginkeybinding.c.
Referenced by OnMouseButtonRelease().
|
protected |
Definition at line 278 of file pluginkeybinding.c.
Referenced by OnMouseButtonRelease().
|
private |
Definition at line 178 of file pluginsounddebug.c.
Referenced by OnGUITimer().
|
private |
Definition at line 179 of file pluginsounddebug.c.
Referenced by OnGUITimer().
|
private |
Definition at line 15 of file plugincharplacement.c.
Referenced by CheckInit(), and Init().
|
protected |
Definition at line 279 of file pluginkeybinding.c.
Referenced by OnFrame().
|
staticprivate |
Definition at line 16 of file pluginkeybinding.c.
Referenced by ~PluginSceneManager(), PluginKeyBinding(), and PluginSceneManager().
|
staticprivate |
Definition at line 6 of file pluginscenemanager.c.
|
private |
Definition at line 8 of file pluginremoteplayerdebugserver.c.
Referenced by OnUpdate().
|
private |
[s]
Definition at line 4 of file pluginuniversaltemperaturesourceserver.c.
Referenced by GatherTemperatureSources().
|
private |
|
protected |
Definition at line 23 of file pluginadminlog.c.
Referenced by OnContinouousAction(), PluginAdminLog(), and TotemFlagChange().
Definition at line 15 of file plugintransmissionagents.c.
Referenced by ConstructSimpleAgentList(), GetAgentAntiboticsResistance(), GetAgentAntiboticsResistanceEx(), GetAgentDieOffSpeedEx(), GetAgentDigestibility(), GetAgentDigestibilityEx(), GetAgentInvasibility(), GetAgentInvasibilityEx(), GetAgentList(), GetAgentMaxCount(), GetAgentPotencyEx(), GetAgentSpecificDrugResistance(), GetAgentTransferabilityAirOut(), GetAgentTransferabilityIn(), GetAgentTransferabilityOut(), GetDieOffSpeed(), GetNameByID(), GetPotency(), GrowDuringAntibioticsAttack(), GrowDuringMedicalDrugsAttack(), and RegisterAgent().
|
protected |
Definition at line 48 of file plugindevelopersync.c.
Referenced by PluginDeveloperSync().
|
private |
Definition at line 96 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and InitAttacks().
|
private |
Definition at line 80 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
Definition at line 79 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), CreateModuleWidgets(), and InitAttacks().
|
private |
Definition at line 19 of file pluginadminlog.c.
Referenced by PlayerKilled().
|
private |
Definition at line 7 of file plugincharplacement.c.
Referenced by CheckInit(), and OnUpdate().
|
private |
Definition at line 9 of file plugincharplacement.c.
Referenced by CalculatePos(), CheckInit(), and OnUpdate().
|
private |
Definition at line 13 of file plugincharplacement.c.
Referenced by OnUpdate().
|
private |
Definition at line 10 of file plugincharplacement.c.
Referenced by CalculatePos().
|
private |
Definition at line 49 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 51 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and ShowCard().
|
private |
Definition at line 48 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 50 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and ShowCard().
|
private |
Definition at line 93 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnClick(), and ResetValues().
|
private |
Definition at line 91 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnClick(), and ResetValues().
|
private |
Definition at line 89 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnClick(), and ResetValues().
|
private |
command handler values
Definition at line 87 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnClick(), and ResetValues().
|
private |
Definition at line 88 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnClick(), and ResetValues().
|
private |
Definition at line 90 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnClick(), and ResetValues().
|
private |
Definition at line 92 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnClick(), and ResetValues().
|
private |
Definition at line 4 of file plugincharplacement.c.
Referenced by Init(), and OnUpdate().
|
private |
Definition at line 8 of file plugincharplacement.c.
Referenced by OnUpdate().
|
protected |
Definition at line 1131 of file pluginscenemanager.c.
Referenced by Event_OnDoubleClick(), and SelectClassName().
|
private |
Definition at line 3 of file pluginremoteplayerdebugserver.c.
Referenced by OnRequestReceived(), OnUpdate(), PluginUniversalTemperatureSourceServer(), and SendDebug().
|
private |
controlled instance
Definition at line 84 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), OnUpdate(), PossesInfected(), SpawnNewInfectedEntity(), and Tick().
|
protected |
Definition at line 10 of file plugininventoryrepair.c.
Referenced by OnRPC(), OnUpdate(), and PluginInventoryRepair().
|
private |
Definition at line 67 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
Definition at line 41 of file plugindayzinfecteddebug.c.
Referenced by ToggleDebugWindowEvent().
|
private |
Definition at line 76 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
Definition at line 98 of file plugindayzinfecteddebug.c.
Referenced by OnUpdate(), and ToggleDebugWindowSetMode().
|
private |
Definition at line 10 of file pluginremoteplayerdebugserver.c.
|
private |
Definition at line 7 of file pluginobjectsinteractionmanager.c.
Referenced by PluginObjectsInteractionManager().
|
private |
Definition at line 11 of file plugincharplacement.c.
Referenced by CalculatePos(), and CheckInit().
|
private |
Definition at line 12 of file plugincharplacement.c.
Referenced by Init(), and OnUpdate().
|
private |
Definition at line 28 of file plugindevelopersync.c.
|
private |
Definition at line 9 of file pluginadminlog.c.
Referenced by OnPlacementComplete(), and PlayerHitBy().
|
private |
Definition at line 11 of file pluginadminlog.c.
Referenced by PlayerHitBy(), and PlayerKilled().
|
private |
Definition at line 16 of file pluginadminlog.c.
Referenced by GetPlayerPrefix().
|
private |
Definition at line 37 of file plugindevelopersync.c.
Referenced by OnRPCTemp().
|
protected |
Definition at line 5 of file plugindeveloper.c.
|
private |
Definition at line 22 of file pluginfilehandler.c.
Referenced by AddNewLineNoSave(), ClearFileNoSave(), GetFileContent(), LoadFile(), PluginFileHandler(), and SaveFile().
|
private |
Definition at line 42 of file plugindayzinfecteddebug.c.
Referenced by CaptureFocus(), and ReleaseFocus().
|
protected |
Definition at line 11 of file pluginuniversaltemperaturesourceclient.c.
Referenced by InitWidgets(), and UpdateStatWidget().
|
protected |
Definition at line 43 of file plugindevelopersync.c.
Referenced by PluginDeveloperSync(), and SendRPCHealth().
|
protected |
Definition at line 42 of file plugindevelopersync.c.
Referenced by OnRPCHealthSet(), PluginDeveloperSync(), and SendRPCHealth().
|
private |
Definition at line 73 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
fight card
Definition at line 71 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
protected |
Definition at line 21 of file pluginadminlog.c.
Referenced by PlayerHitBy(), and PluginAdminLog().
|
private |
Definition at line 10 of file pluginadminlog.c.
Referenced by PlayerHitBy().
|
private |
Definition at line 72 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
Definition at line 3 of file pluginpermanentcrosshair.c.
Referenced by SwitchPermanentCrossHair().
|
private |
Definition at line 24 of file pluginvariables.c.
Referenced by PluginVariables(), and RegisterVariable().
|
private |
Definition at line 6 of file plugincharplacement.c.
Referenced by CheckInit(), Init(), and OnUpdate().
|
staticprotected |
Definition at line 3 of file plugincameratools.c.
Referenced by GetInstance(), and OnInit().
|
private |
Definition at line 43 of file plugindayzinfecteddebug.c.
Referenced by Hide(), IsActive(), OnUpdate(), and Show().
|
private |
simple <eAgents, agentName> pair
Definition at line 17 of file plugintransmissionagents.c.
Referenced by GetSimpleAgentList().
|
protected |
Definition at line 1126 of file pluginscenemanager.c.
|
staticprotected |
Definition at line 4 of file plugincameratools.c.
Referenced by Event_OnClick(), Event_OnClickMiddle(), Event_OnDoubleClick(), Event_OnDrag(), IsOpened(), OnUIEditorClosed(), OnUIEditorOpened(), and ToggleCameraTools().
|
protected |
Definition at line 1132 of file pluginscenemanager.c.
|
protected |
Definition at line 41 of file plugindevelopersync.c.
Referenced by GetIsTargetChanged(), and SetTargetChanged().
|
protected |
Definition at line 4 of file plugindeveloper.c.
|
private |
Definition at line 14 of file pluginadminlog.c.
Referenced by PlayerHitBy().
Definition at line 9 of file plugininventoryrepair.c.
Referenced by Add(), OnUpdate(), PluginInventoryRepair(), and Remove().
|
protected |
Definition at line 281 of file pluginkeybinding.c.
Referenced by GetKeyBindings(), OnInit(), OnKeyPress(), and RegisterKeyBind().
|
protected |
Definition at line 1128 of file pluginscenemanager.c.
|
private |
Definition at line 65 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
protected |
Definition at line 46 of file plugindevelopersync.c.
Referenced by PluginDeveloperSync().
|
private |
Definition at line 20 of file pluginfilehandler.c.
Referenced by AddNewLineNoSave(), and PluginFileHandler().
Definition at line 3 of file pluginobjectsinteractionmanager.c.
Referenced by Decay(), IsFree(), Lock(), PluginObjectsInteractionManager(), and Release().
Definition at line 4 of file pluginobjectsinteractionmanager.c.
Referenced by Decay(), Lock(), PluginObjectsInteractionManager(), and Release().
|
private |
Definition at line 5 of file plugindrawcheckerboard.c.
Referenced by CreateWidgetOverlay(), and ShowWidgets().
|
private |
main controls
Definition at line 46 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), DestroyModuleWidgets(), ResetValues(), and ShowWidgets().
|
private |
Definition at line 8 of file pluginadminlog.c.
Referenced by OnContinouousAction().
|
private |
Definition at line 56 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
protected |
Definition at line 47 of file plugindevelopersync.c.
Referenced by PluginDeveloperSync().
|
protected |
Definition at line 1119 of file pluginscenemanager.c.
Referenced by GetDrawSelection(), GetLoadPlayerPos(), GetRotationAngle(), OnInit(), SetDrawSelection(), SetLoadPlayerPos(), and SetRotationAngle().
|
protected |
Definition at line 1118 of file pluginscenemanager.c.
Referenced by GetSceneList(), OnInit(), SceneDelete(), SceneDuplicate(), SceneLoad(), SceneRename(), and SceneSave().
|
private |
Definition at line 3 of file plugincharplacement.c.
Referenced by OnInit(), and OnUIEditorClosed().
|
protected |
Definition at line 283 of file pluginkeybinding.c.
Referenced by GetMouseBindings(), OnInit(), OnMouse(), and RegisterMouseBind().
|
protected |
Definition at line 282 of file pluginkeybinding.c.
Referenced by GetMouseButtonInfo(), OnFrame(), and OnInit().
|
private |
Definition at line 57 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), CreateModuleWidgets(), and ResetValues().
Definition at line 6 of file pluginplayerstatus.c.
Referenced by DisplayTendency(), and PluginPlayerStatus().
Definition at line 4 of file pluginplayerstatus.c.
Referenced by PluginPlayerStatus(), and SetNotifier().
Definition at line 3 of file pluginplayerstatus.c.
Referenced by PluginPlayerStatus(), and SetNotifier().
|
private |
Definition at line 4 of file pluginadminlog.c.
Referenced by GetPlayerPrefix().
|
protected |
Definition at line 22 of file pluginadminlog.c.
Referenced by OnPlacementComplete(), and PluginAdminLog().
|
private |
Definition at line 3 of file pluginhorticulture.c.
Referenced by GetPlantMaterial(), LoadFromCfg(), and PluginHorticulture().
|
private |
Definition at line 12 of file pluginadminlog.c.
Referenced by CalcTemperatureFromTemperatureSource(), DrawDebugs(), OnUpdate(), PlayerList(), ProcessUniversalTemperatureSources(), RequestUniversalTemperatureSources(), and UpdateStatWidget().
|
private |
Definition at line 38 of file plugindevelopersync.c.
Referenced by OnRPCAgents(), and PluginDeveloperSync().
|
protected |
Definition at line 27 of file pluginadminlog.c.
Referenced by PlayerList(), and PluginAdminLog().
|
private |
Definition at line 6 of file pluginremoteplayerdebugserver.c.
Referenced by OnDamageEvent(), and SendDebug().
|
private |
Definition at line 5 of file pluginremoteplayerdebugserver.c.
Referenced by GatherPlayerInfo(), and SendDebug().
|
private |
Definition at line 34 of file plugindevelopersync.c.
Referenced by OnRPCLevels(), and PluginDeveloperSync().
|
protected |
Definition at line 24 of file pluginadminlog.c.
Referenced by PluginAdminLog().
|
private |
Definition at line 36 of file plugindevelopersync.c.
Referenced by OnRPCModsDetailed().
|
private |
Definition at line 35 of file plugindevelopersync.c.
Referenced by OnRPCMods(), and PluginDeveloperSync().
|
private |
Definition at line 3 of file pluginadminlog.c.
Referenced by GetPlayerPrefix().
|
private |
Definition at line 6 of file pluginadminlog.c.
Referenced by BleedingOut(), OnContinouousAction(), OnEmote(), OnPlacementComplete(), PlayerList(), PlayerTeleportedLog(), Suicide(), UnconStart(), and UnconStop().
|
private |
Definition at line 7 of file pluginadminlog.c.
|
private |
Definition at line 32 of file plugindevelopersync.c.
Referenced by OnRPCStats(), PluginDeveloperSync(), and UpdateStatsLocal().
Definition at line 33 of file plugindevelopersync.c.
Referenced by OnRPCStomach(), and PluginDeveloperSync().
|
private |
Definition at line 15 of file pluginadminlog.c.
Referenced by GetPlayerPrefix().
|
private |
Definition at line 5 of file pluginadminlog.c.
Referenced by GetPlayerPrefix().
|
protected |
Definition at line 4 of file plugintargettemperature.c.
Referenced by GetTargetEntity(), Init(), and ShowDebug().
|
protected |
Definition at line 1125 of file pluginscenemanager.c.
|
private |
Definition at line 95 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets().
|
private |
Definition at line 19 of file pluginfilehandler.c.
Referenced by IsReadOnly(), and SaveFile().
|
private |
Definition at line 30 of file plugindevelopersync.c.
Referenced by EnableUpdate(), IsPlayerRegistered(), IsSetSystemInBitmask(), PluginDeveloperSync(), RegisterPlayer(), RequestDetailedInfo(), SendRPCModsDetail(), SetSystemInBitmask(), and Update().
|
protected |
Definition at line 9 of file pluginuniversaltemperaturesourceclient.c.
Referenced by EnableWidgets(), InitWidgets(), and UpdateStatWidgets().
|
private |
Definition at line 4 of file plugindoorruler.c.
Referenced by Init(), and OnUpdate().
|
private |
Definition at line 8 of file pluginscenemanager.c.
Referenced by IsRulerActivated(), OnInit(), and RulerToggle().
Definition at line 10 of file pluginscenemanager.c.
Referenced by EditorUpdateRuler(), OnInit(), and RulerClearVisuals().
Definition at line 9 of file pluginscenemanager.c.
Referenced by EditorUpdateRuler(), OnInit(), RulerAddPoint(), and RulerDelete().
Definition at line 11 of file pluginscenemanager.c.
Referenced by EditorUpdateRuler(), OnInit(), and RulerClearVisuals().
|
protected |
Definition at line 1129 of file pluginscenemanager.c.
Referenced by DeleteSceneObject(), DeleteSelectedObject(), Event_OnClick(), Event_OnClickMiddle(), Event_OnDoubleClick(), GetLoadedScene(), GetSceneObjects(), GetSceneObjectsAll(), GetScenePlayers(), SceneCanDelete(), SceneDelete(), SceneGetName(), SceneLoad(), SceneRename(), SceneSave(), SceneUnload(), SelectedObjectDuplicate(), SetDate(), and SetWeather().
|
protected |
Definition at line 6 of file plugindeveloper.c.
Referenced by ToggleScriptConsole().
|
protected |
Definition at line 1130 of file pluginscenemanager.c.
Referenced by DeselectObject(), GetSelectedSceneObject(), and SelectObject().
Definition at line 1127 of file pluginscenemanager.c.
Definition at line 16 of file plugintransmissionagents.c.
Referenced by ConstructSimpleAgentList(), and GetSimpleAgentList().
|
private |
Definition at line 176 of file pluginsounddebug.c.
Referenced by OnGUITimer().
|
private |
Definition at line 177 of file pluginsounddebug.c.
Referenced by OnGUITimer().
|
private |
Definition at line 175 of file pluginsounddebug.c.
Referenced by OnGUITimer().
|
private |
Definition at line 13 of file pluginadminlog.c.
Referenced by OnPlacementComplete().
|
private |
Definition at line 47 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
movement card
Definition at line 55 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
Definition at line 81 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 68 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 77 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 74 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 59 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 64 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 18 of file pluginadminlog.c.
Referenced by PlayerKilled().
|
protected |
Definition at line 10 of file pluginuniversaltemperaturesourceclient.c.
Referenced by InitWidgets(), and UpdateStatWidget().
|
protected |
Definition at line 45 of file plugindevelopersync.c.
Referenced by PluginDeveloperSync().
|
private |
Definition at line 52 of file plugindayzinfecteddebug.c.
Referenced by CreateModuleWidgets().
|
private |
Definition at line 17 of file pluginadminlog.c.
Referenced by PlayerKilled().
|
protected |
Definition at line 49 of file plugindevelopersync.c.
Referenced by PluginDeveloperSync().
|
protected |
Definition at line 39 of file plugindevelopersync.c.
Referenced by GetHealthZonesSynched(), OnRPCHealth(), and PluginDeveloperSync().
|
private |
status refresh timer
Definition at line 101 of file plugindayzinfecteddebug.c.
Referenced by Hide(), OnDestroy(), OnInit(), and Show().
|
protected |
Definition at line 11 of file plugininventoryrepair.c.
Referenced by OnUpdate().
|
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.
Referenced by PluginAdminLog().
|
private |
Definition at line 61 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
Definition at line 60 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
Definition at line 29 of file plugindevelopersync.c.
Referenced by EnableUpdate(), and OnInit().
|
protected |
Definition at line 7 of file pluginuniversaltemperaturesourceclient.c.
Referenced by DrawDebugs(), GatherTemperatureSources(), OnRPC(), PluginUniversalTemperatureSourceClient(), PluginUniversalTemperatureSourceServer(), PrintedDebug(), ProcessUniversalTemperatureSources(), RequestUniversalTemperatureSources(), SendDebug(), and UpdateStatWidgets().
|
protected |
Definition at line 5 of file pluginuniversaltemperaturesourceclient.c.
Referenced by DrawDebugs(), and ProcessUniversalTemperatureSources().
Definition at line 25 of file pluginvariables.c.
Referenced by GetID(), GetName(), PluginVariables(), and RegisterVariable().
|
private |
Definition at line 63 of file plugindayzinfecteddebug.c.
Referenced by CommandHandler(), and CreateModuleWidgets().
|
private |
Definition at line 11 of file pluginremoteplayerdebugserver.c.
Referenced by GetWatching(), and SetWatching().
|
private |
Definition at line 180 of file pluginsounddebug.c.
Referenced by OnGUITimer().
|
private |
Definition at line 3 of file pluginuniversaltemperaturesourceclient.c.
Referenced by EnableWidgets(), InitWidgets(), and UpdateStatWidgets().
|
staticprotected |
Definition at line 7 of file plugininventoryrepair.c.
Referenced by OnUpdate().
|
staticprotected |
Definition at line 6 of file plugininventoryrepair.c.
Referenced by OnUpdate().
|
staticprivate |
Definition at line 5 of file pluginscenemanager.c.
Referenced by InitLoad(), and SelectedObjectDuplicate().
|
staticprivate |
Definition at line 3 of file pluginscenemanager.c.
|
staticprivate |
Definition at line 14 of file pluginscenemanager.c.
Referenced by SceneEditorMenuCmdPopup().
|
staticprivate |
Definition at line 13 of file pluginscenemanager.c.
Referenced by SceneEditorMenuCmdRefresh().
|
staticprivate |
Definition at line 15 of file pluginscenemanager.c.
Referenced by SceneEditorMenuCmdSave().
|
staticprivate |
Definition at line 4 of file pluginscenemanager.c.
|
private |
Definition at line 6 of file pluginobjectsinteractionmanager.c.
Referenced by Decay(), and PluginObjectsInteractionManager().
|
private |
Definition at line 5 of file pluginobjectsinteractionmanager.c.
Referenced by Decay().
|
protected |
Definition at line 28 of file pluginadminlog.c.
Referenced by PluginAdminLog().