![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | RemoteDetonatorTrigger () |
| override void | EEItemLocationChanged (notnull InventoryLocation oldLoc, notnull InventoryLocation newLoc) |
| EntityAI | GetControlledDevice () |
| override RemotelyActivatedItemBehaviour | GetRemotelyActivatedItemBehaviour () |
| bool | IsConnected () |
| override bool | IsKit () |
| override void | OnActivatedByItem (notnull ItemBase item) |
| override void | OnAnimationPhaseStarted (string animSource, float phase) |
| override void | OnCEUpdate () |
| override void | OnVariablesSynchronized () |
| override void | PairRemote (notnull EntityAI trigger) |
| override void | SetActions () |
| void | SetControlledDevice (EntityAI pDevice) |
| override void | UnpairRemote () |
Static Protected Member Functions | |
| static RemoteDetonatorTrigger | SpawnInPlayerHands (notnull EntityAI pEntity, EntityAI deviceToPair=null) |
Protected Attributes | |
| const string | ANIM_PHASE_TRIGGER = "trigger" |
| bool | m_LED |
| ref RemotelyActivatedItemBehaviour | m_RAIB |
Definition at line 46 of file remotedetonator.c.
|
inlineprotected |
Definition at line 53 of file remotedetonator.c.
References EnumTools::GetEnumSize(), m_LastLEDState, m_RAIB, and UpdateLED().
Referenced by SpawnInPlayerHands().
|
inlineprotected |
Definition at line 82 of file remotedetonator.c.
References m_RAIB.
|
inlineprotected |
Definition at line 150 of file remotedetonator.c.
References m_RAIB.
Referenced by ActionCondition(), ActionTriggerRemotely::ActionCondition(), ChainedDropAndRestrainLambda::CopyOldPropertiesToNew(), OnActivatedByItem(), OnCEUpdate(), and ActionTriggerRemotely::OnExecuteServer().
|
inlineprotected |
Definition at line 92 of file remotedetonator.c.
References m_RAIB.
|
inlineprotected |
Definition at line 145 of file remotedetonator.c.
References m_RAIB.
Referenced by ActionCondition(), ActionTriggerRemotely::ActionCondition(), OnCEUpdate(), and ActionTriggerRemotely::OnExecuteServer().
|
inlineprotected |
Definition at line 65 of file remotedetonator.c.
|
inlineprotected |
Definition at line 125 of file remotedetonator.c.
References vector::DistanceSq(), UAMaxDistances::EXPLOSIVE_REMOTE_ACTIVATION, g_Game, GetControlledDevice(), GetPosition(), m_RAIB, and Math::SqrFloat().
Definition at line 191 of file remotedetonator.c.
References ANIM_PHASE_TRIGGER, and UpdateLED().
|
inlineprotected |
Definition at line 97 of file remotedetonator.c.
References vector::DistanceSq(), UAMaxDistances::EXPLOSIVE_REMOTE_ACTIVATION, GetControlledDevice(), GetPosition(), IsConnected(), Math::SqrFloat(), and UpdateLED().
|
inlineprotected |
Definition at line 70 of file remotedetonator.c.
References m_LastLEDState, m_RAIB, and UpdateLED().
|
inlineprotected |
Definition at line 114 of file remotedetonator.c.
References m_RAIB.
|
inlineprotected |
Definition at line 202 of file remotedetonator.c.
References ActionAttachExplosivesTrigger(), ActionDisarmExplosiveWithRemoteDetonator(), AddAction(), and RemoveAction().
|
inlineprotected |
Definition at line 140 of file remotedetonator.c.
References m_RAIB.
Referenced by InventoryItem::PairWithDevice().
|
inlinestaticprotected |
item replaced, use different IK
Definition at line 155 of file remotedetonator.c.
References RemoteDetonatorTrigger().
Referenced by CreateRemoteDetonatorReceiverAsAttachment(), and ClaymoreMine::OnPlacementComplete().
|
inlineprotected |
Definition at line 119 of file remotedetonator.c.
References m_RAIB, and UpdateLED().
|
protected |
Definition at line 48 of file remotedetonator.c.
Referenced by OnAnimationPhaseStarted().
|
protected |
Definition at line 50 of file remotedetonator.c.
|
protected |
Definition at line 51 of file remotedetonator.c.
Referenced by RemoteDetonatorTrigger(), EEItemLocationChanged(), GetControlledDevice(), GetRemotelyActivatedItemBehaviour(), IsConnected(), OnActivatedByItem(), OnVariablesSynchronized(), PairRemote(), SetControlledDevice(), and UnpairRemote().