DayZ 1.26
DayZ Explorer by KGB
|
Перечисления | |
enum | eRemoteStatType { NONE , DAMAGE_SYSTEM = 1 , PLAYER_STATS = 2 , OTHER = 4 } |
Функции | |
void | RemotePlayerStatDebug (PlayerBase player) |
void | Init () |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) | |
PlayerBase | GetPlayer () |
void | UpdatePlayerStatsValues () |
void | InjectDamageSystemValues () |
void | SerializeNames (array< string > names, eRemoteDebugType type) |
void | SerializeValues (array< string > values, eRemoteDebugType type) |
void | Debug () |
Переменные | |
enum eRemoteStatType | m_Player |
ref array< ref StatDebugObject > | m_Stats = new array<ref StatDebugObject> |
string | m_Name |
vector | m_Pos |
Элементы перечислений | |
---|---|
NONE | |
DAMAGE_SYSTEM | |
PLAYER_STATS | |
OTHER |
void Debug | ( | ) |
PlayerBase GetPlayer | ( | ) |
void Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Перекрестные ссылки InjectDamageSystemValues(), m_Name, m_Player, m_Pos и UpdatePlayerStatsValues().
void InjectDamageSystemValues | ( | ) |
Перекрестные ссылки m_Player и m_Stats.
Используется в Init().
void RemotePlayerStatDebug | ( | PlayerBase | player | ) |
Перекрестные ссылки Init() и m_Player.
Используется в PluginBase::GatherPlayerInfo(), ScriptConsoleGeneralTab::Update() и UpdateWidgetsStats().
void SerializeNames | ( | array< string > | names, |
eRemoteDebugType | type ) |
Перекрестные ссылки StatDebugObject::GetType() и m_Stats.
void SerializeValues | ( | array< string > | values, |
eRemoteDebugType | type ) |
Перекрестные ссылки StatDebugObject::GetType() и m_Stats.
void UpdatePlayerStatsValues | ( | ) |
string m_Name |
enum eRemoteStatType m_Player |