![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | PowerGeneratorStatic () |
| void | ~PowerGeneratorStatic () |
| override bool | CanPutInCargo (EntityAI parent) |
| override bool | CanPutIntoHands (EntityAI parent) |
| override bool | CanReleaseAttachment (EntityAI attachment) |
| override bool | DisableVicinityIcon () |
| override void | EEOnAfterLoad () |
| override vector | GetSmokeParticleOrientation () |
| override vector | GetSmokeParticlePosition () |
| int | GetStoredLeverBits () |
| override bool | HasSparkplug () |
| override bool | IsActionTargetVisible () |
| override bool | IsTakeable () |
| override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
| override void | OnStoreSave (ParamsWriteContext ctx) |
| override void | OnWorkStart () |
| override void | OnWorkStop () |
| override void | SetLowEnergyState (bool state) |
| void | SetLowEnergyStateServer (bool state) |
| void | SetParent (Land_WarheadStorage_PowerStation parent) |
| void | StoreLeverStates (int leverStateBits) |
Static Protected Member Functions | |
| static PowerGeneratorStatic | GetClosestGenerator (vector position, float tolerance) |
| static void | RegisterPersistentObject (PowerGeneratorStatic obj) |
| static void | UnregisterPersistentObject (PowerGeneratorStatic obj) |
Protected Attributes | |
| int | m_LeverStatesBits |
| Land_WarheadStorage_PowerStation | m_Parent |
| int | m_ParentID1 |
| int | m_ParentID2 |
| int | m_ParentID3 |
| int | m_ParentID4 |
Static Protected Attributes | |
| static ref set< PowerGeneratorStatic > | m_PowerGenerators = new set<PowerGeneratorStatic>() |
Private Attributes | |
| const int | LOW_ENERGY_PERCENT = 5 |
| const int | SWITCH_COUNT = 6 |
Definition at line 1 of file powergeneratorstatic.c.
|
inlineprotected |
Definition at line 16 of file powergeneratorstatic.c.
References RegisterPersistentObject().
Referenced by EEOnAfterLoad(), GetClosestGenerator(), RegisterPersistentObject(), and UnregisterPersistentObject().
|
inlineprotected |
Definition at line 21 of file powergeneratorstatic.c.
References UnregisterPersistentObject().
Definition at line 143 of file powergeneratorstatic.c.
Definition at line 149 of file powergeneratorstatic.c.
Definition at line 212 of file powergeneratorstatic.c.
|
inlineprotected |
Definition at line 229 of file powergeneratorstatic.c.
|
inlineprotected |
Definition at line 197 of file powergeneratorstatic.c.
References PowerGeneratorStatic(), g_Game, Land_WarheadStorage_PowerStation::GetPowerGenerator(), m_ParentID1, m_ParentID2, m_ParentID3, and m_ParentID4.
|
inlinestaticprotected |
Definition at line 42 of file powergeneratorstatic.c.
References PowerGeneratorStatic(), vector::DistanceSq(), m_PowerGenerators, and float::MAX.
Referenced by Land_WarheadStorage_PowerStation::LinkPowerGeneratorServer().
|
inlineprotected |
Definition at line 128 of file powergeneratorstatic.c.
|
inlineprotected |
Definition at line 123 of file powergeneratorstatic.c.
|
inlineprotected |
Definition at line 70 of file powergeneratorstatic.c.
References m_LeverStatesBits.
|
inlineprotected |
Definition at line 134 of file powergeneratorstatic.c.
References InventorySlots::GetSlotIdFromString().
|
inlineprotected |
Definition at line 224 of file powergeneratorstatic.c.
|
inlineprotected |
Definition at line 219 of file powergeneratorstatic.c.
|
inlineprotected |
Definition at line 169 of file powergeneratorstatic.c.
References m_LeverStatesBits, m_ParentID1, m_ParentID2, m_ParentID3, m_ParentID4, and Serializer::Read().
|
inlineprotected |
Definition at line 154 of file powergeneratorstatic.c.
References m_LeverStatesBits, m_Parent, m_ParentID1, m_ParentID2, m_ParentID3, m_ParentID4, and Serializer::Write().
|
inlineprotected |
Definition at line 76 of file powergeneratorstatic.c.
References g_Game, m_Parent, and SWITCH_COUNT.
|
inlineprotected |
Definition at line 94 of file powergeneratorstatic.c.
References g_Game, m_Parent, and SWITCH_COUNT.
|
inlinestaticprotected |
Definition at line 26 of file powergeneratorstatic.c.
References PowerGeneratorStatic(), and m_PowerGenerators.
Referenced by PowerGeneratorStatic().
|
inlineprotected |
Definition at line 111 of file powergeneratorstatic.c.
References g_Game, m_Parent, and Land_WarheadStorage_Main::SetLowEnergyStateServer().
|
protected |
|
inlineprotected |
Definition at line 59 of file powergeneratorstatic.c.
References m_Parent.
|
inlineprotected |
Definition at line 65 of file powergeneratorstatic.c.
References m_LeverStatesBits.
|
inlinestaticprotected |
Definition at line 31 of file powergeneratorstatic.c.
References PowerGeneratorStatic(), and m_PowerGenerators.
Referenced by ~PowerGeneratorStatic().
|
private |
Definition at line 4 of file powergeneratorstatic.c.
|
protected |
Definition at line 14 of file powergeneratorstatic.c.
Referenced by GetStoredLeverBits(), OnStoreLoad(), OnStoreSave(), and StoreLeverStates().
|
protected |
Definition at line 7 of file powergeneratorstatic.c.
Referenced by OnStoreSave(), OnWorkStart(), OnWorkStop(), SetLowEnergyState(), and SetParent().
|
protected |
Definition at line 9 of file powergeneratorstatic.c.
Referenced by EEOnAfterLoad(), OnStoreLoad(), and OnStoreSave().
|
protected |
Definition at line 10 of file powergeneratorstatic.c.
Referenced by EEOnAfterLoad(), OnStoreLoad(), and OnStoreSave().
|
protected |
Definition at line 11 of file powergeneratorstatic.c.
Referenced by EEOnAfterLoad(), OnStoreLoad(), and OnStoreSave().
|
protected |
Definition at line 12 of file powergeneratorstatic.c.
Referenced by EEOnAfterLoad(), OnStoreLoad(), and OnStoreSave().
|
staticprotected |
Definition at line 6 of file powergeneratorstatic.c.
Referenced by GetClosestGenerator(), RegisterPersistentObject(), and UnregisterPersistentObject().
|
private |
Definition at line 3 of file powergeneratorstatic.c.
Referenced by OnWorkStart(), and OnWorkStop().