DayZ 1.26
DayZ Explorer by KGB
|
Закрытые члены | |
override void | OnGameplayDataHandlerSync () |
Закрытые статические члены | |
static void | CreatePersonalLight () |
Creates PL if it doesn't exist already. | |
static void | SwitchPersonalLight (bool state) |
Controls the ON/OFF switch of the Personal Light. PL will still shine only if the server allows it. | |
static void | UpdatePersonalLight () |
Updates state of PL. | |
static void | UpdateHitDirectionValues () |
Закрытые статические данные | |
static ScriptedLightBase | m_PersonalLight |
static bool | m_PersonalLightEnabledOnCurrentServer = false |
static bool | m_PersonalLightDisabledByDebug = false |
static bool | m_PersonalLightIsSwitchedOn = true |
Creates PL if it doesn't exist already.
Перекрестные ссылки GetGame().
Перекрестные ссылки CfgGameplayHandler::GetDisablePersonalLight().
Используется в ManBase::OnSelectPlayer().
Controls the ON/OFF switch of the Personal Light. PL will still shine only if the server allows it.
Перекрестные ссылки GetGame().
Перекрестные ссылки HitDirectionEffectBase::CheckValues().
Updates state of PL.
Перекрестные ссылки GetCLIParam().
|
staticprivate |