DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | PluginManager |
Функции | |
PluginManager | GetPluginManager () |
Returns registred plugin by class type, better is to use global funtion GetPlugin(typename plugin_type) | |
void | PluginManagerInit () |
void | PluginManagerDelete () |
bool | IsPluginManagerExists () |
PluginBase | GetPlugin (typename plugin_type) |
bool | IsModuleExist (typename plugin_type) |
Переменные | |
class PluginManager | g_Plugins |
PluginBase GetPlugin | ( | typename plugin_type | ) |
Перекрестные ссылки DumpStack(), PluginManager::GetPluginByType(), GetPluginManager(), IsPluginManagerExists() и PrintString().
Используется в ActionCondition(), ActionRepairShelter::ActionCondition(), ActionRepairTent::ActionCondition(), ActionRepairTentPart::ActionCondition(), ActionContinuousBase::ActionContinuousBase(), ActionBandageBase::ApplyBandage(), ApplyBandage(), ActionEatMeat::ApplyModifiers(), RecipeBase::CanDo(), InventoryItem::CanRepair(), ManBase::Consume(), ActionCollectBloodTargetLambda::CopyOldPropertiesToNew(), Debug(), MessageReceiverBase::DisplayElementBase(), RecipeBase::Do(), PrepareAnimal::Do(), ManBase::EEHitBy(), EmoteManager(), FillContainerEnviro(), PluginBase::GetConfig(), ManBase::GetDebugActions(), PluginBase::GetInstance(), PluginConfigHandler::GetInstance(), GetInstance(), Attachments::GetRecipeCount(), HandsContainer::GetRecipeCount(), PlayerContainer::GetRecipeCount(), ItemManager::GetRecipeCount(), Container::GetRecipeCount(), InventoryItem::GetRecipesActions(), UIPopupScript::GetSceneEditor(), ActionWorldCraft::GetSoundCategory(), ActionWorldCraft::GetText(), HideCrosshairVisibility(), HudDebugWinCharModifiers(), HudDebugWinBase::HudDebugWinTemperature(), InventoryItem::IDToName(), BleedingCheckMdfr::Init(), ManBase::Init(), UIScriptedMenu::Init(), ScriptConsoleConfigTab::Init(), SceneObject::Init(), ManBase::InitEditor(), Inventory(), IsModuleExist(), InventoryItem::ItemBase(), ScriptConsoleGeneralTab::LateInit(), ScriptConsoleItemsTab::ListItemRelatedActions(), BaseBuildingBase::LogAnimateFlag(), MessageReceiverBase::MessageReceiverBase(), ModifierBase(), InventoryItem::NameToID(), NotifierBase::NotifierBase(), InventoryItem::OnAction(), ActionWorldCraft::OnActionInfoUpdate(), VomitSymptom::OnAnimationFinish(), SymptomBase::OnAnimationStart(), ScriptConsoleGeneralTab::OnChange(), UIPopupScript::OnClick(), UIPropertyAttachment::OnClick(), ScriptConsoleGeneralTab::OnClick(), ActionConsume::OnEndServer(), ActionGiveBloodSelf::OnEndServer(), ActionGiveBloodTarget::OnEndServer(), ActionInteractLoopBase::OnEndServer(), OnEndServer(), ActionWashHandsItem::OnEndServer(), MissionBase::OnEvent(), OnFinishProgressServer(), ActionRepairPart::OnFinishProgressServer(), ActionRepairShelter::OnFinishProgressServer(), ActionRepairTent::OnFinishProgressServer(), ActionWashHandsItemContinuous::OnFinishProgressServer(), ActionWorldCraft::OnFinishProgressServer(), ActionTestBloodTarget::OnFinishProgressServer(), OnInit(), PluginBase::OnInit(), PluginBase::OnKeyPress(), PluginBase::OnMouse(), UIPopupScript::OnOpen(), BaseBuildingBase::OnPartBuiltServer(), ManBase::OnRPC(), PluginBase::OnRPCHealthSet(), PluginBase::OnRPCPluginDayzCreatureDebug(), PluginBase::OnRPCSyncSceneObject(), ManBase::OnSelectPlayer(), DeveloperFreeCamera::OnSetFreeCameraEvent(), ActionTestBloodTarget::OnStartServer(), ItemBase::PlantBase(), ItemBase::PlantSeed(), RefreshByLocalProfile(), RefreshCrosshairVisibility(), InventoryItem::Repair(), ActionRepairTent::RepairDamageTransfer(), ManBase::ResetPlayer(), PluginConfigHandler::SceneDataSave(), UIScriptedMenu::SceneEditorMenu(), UIScriptedMenu::ScriptConsole(), ScriptConsoleEnfScriptTab::ScriptConsoleEnfScriptTab(), ScriptConsoleGeneralTab::ScriptConsoleGeneralTab(), ScriptConsoleItemsTab::ScriptConsoleItemsTab(), ScriptConsoleTabBase::ScriptConsoleTabBase(), Dispatcher::SendLogAtClient(), PluginBase::SendRPCHealth(), SetAgents(), HudDebugWinBase::SetContentValues(), PluginBase::SetDeveloperItemClientEx(), ManBase::SetHairLevelToHide(), CAContinuousCraft::Setup(), ActionWorldCraft::SetupAction(), SetUpdate(), HudDebugWinBase::SetUpdate(), HudDebugWinBase::SetupValues(), HudDebugWinBase::SetValues(), Show(), MissionBase::ShowHairDebugValues(), ScriptConsoleItemsTab::SpawnPreset(), ManBase::SpreadAgentsEx(), TeleportCheck(), Transfer(), AreaExposureMdfr::TransmitAgents(), UIPopupScript::UIPopupScriptEditorSettings(), UIPopupScript::UIPopupScriptInitScript(), UIPopupScript::UIPopupScriptPositionManager(), HudDebugWinBase::Update(), MissionBase::UpdatePlayersStats(), UIPopupScript::UpdateSceneList(), HudDebugWinBase::UpdateValues(), UIScriptedMenu::~ScriptConsole() и ScriptConsoleGeneralTab::~ScriptConsoleGeneralTab().
PluginManager GetPluginManager | ( | ) |
Returns registred plugin by class type, better is to use global funtion GetPlugin(typename plugin_type)
module_tpye | typename class type of plugin |
PluginBase
Перекрестные ссылки g_Plugins.
Используется в DayZInfected::CommandHandlerDebug(), DayZPlayer::CommandHandlerDebug() и GetPlugin().
bool IsModuleExist | ( | typename plugin_type | ) |
Перекрестные ссылки GetPlugin() и IsPluginManagerExists().
Используется в UIScriptedMenu::~SceneEditorMenu().
bool IsPluginManagerExists | ( | ) |
Перекрестные ссылки g_Plugins.
Используется в GetPlugin(), PlayerAgentPool::GrowAgents(), IsModuleExist(), MessageReceiverBase::Unsubscribe() и MessageReceiverBase::UnsubscribeAll().
void PluginManagerDelete | ( | ) |
void PluginManagerInit | ( | ) |
Перекрестные ссылки g_Plugins.
Используется в MissionBaseWorld::MissionBase().
class PluginManager g_Plugins |
Используется в GetPluginManager(), IsPluginManagerExists(), PluginManagerDelete() и PluginManagerInit().