DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | TripwireTrapDeployed |
Enumerations | |
enum | eWireMaterial { WIRE = 0 , BARBED_WIRE = 1 , ROPE = 2 } |
Variables | |
enum eWireMaterial | FOLDED = 3 |
static const int | DEPLOYED = 2 |
static const int | TRIGGERED = 1 |
int | m_State = FOLDED |
int | m_WireMaterial |
bool | m_ResultOfAdvancedPlacing |
vector | m_TriggerPosition |
vector | m_TriggerOrientation |
Enumerator | |
---|---|
WIRE | |
BARBED_WIRE | |
ROPE |
Definition at line 2 of file Trap_TripWire.c.
Definition at line 226 of file Trap_TripWire.c.
References DEPLOYED, and GetState().
Referenced by Entity::CanDisplayAnyAttachmentSlot().
Definition at line 217 of file Trap_TripWire.c.
References DEPLOYED, and GetState().
Definition at line 68 of file Trap_TripWire.c.
References CALL_CATEGORY_SYSTEM, DeferredEnableTrigger(), GetGame(), GetOrientation(), GetPosition, m_TrapTrigger, Trigger::SetExtents(), TrapTrigger::SetParentObject(), and SPAWN_FLAGS.
Definition at line 140 of file Trap_TripWire.c.
References GetGame(), RefreshState(), SetState(), GameConstants::STATE_RUINED, and TRIGGERED.
Definition at line 241 of file Trap_TripWire.c.
References SetTakeable().
|
protected |
Definition at line 115 of file Trap_TripWire.c.
References DeleteTrigger(), FOLDED, m_ResultOfAdvancedPlacing, m_TrapTrigger, m_TriggerOrientation, m_TriggerPosition, RefreshState(), SetActive(), SetInactive(), and SetState().
Definition at line 248 of file Trap_TripWire.c.
References m_TrapTrigger, and StartDeactivate().
|
protected |
Definition at line 257 of file Trap_TripWire.c.
References m_AnimationPhaseGrounded, m_AnimationPhaseSet, and m_AnimationPhaseTriggered.
Referenced by RefreshState().
Definition at line 367 of file Trap_TripWire.c.
Definition at line 372 of file Trap_TripWire.c.
|
protected |
returns one of STATE_...
returns the state of climb (enum value of ClimbStates);
Definition at line 178 of file Trap_TripWire.c.
References m_State.
Referenced by ItemBase::CanAttach(), CanBeIgnitedBy(), ItemBase::CanBeManipulated(), ItemBase::CanBePacked(), ActionContinuousBaseCB::CancelCondition(), ActionInteractLoopBaseCB::CancelCondition(), CanDisplayAttachmentSlot(), FireworksLauncher::CanPutInCargo(), FireworksLauncher::CanPutIntoHands(), CanReceiveAttachment(), ItemBase::EEHealthLevelChanged(), GetStateString(), ItemBase::GetViewIndex(), ItemBase::HandleOpeningsPhysics(), FireworksLauncher::IsIgnited(), IsTakeable(), OnInventoryEnter(), FireworksLauncher::OnPlacementComplete(), RefreshState(), ItemBase::UpdatePhysics(), UpdateProxySelections(), and ItemBase::UpdateVisuals().
|
protected |
Definition at line 356 of file Trap_TripWire.c.
Definition at line 362 of file Trap_TripWire.c.
References DEPLOYED, and GetState().
Definition at line 270 of file Trap_TripWire.c.
References FOLDED, and SetState().
Definition at line 103 of file Trap_TripWire.c.
References StartDeactivate().
Definition at line 347 of file Trap_TripWire.c.
References FOLDED, m_ResultOfAdvancedPlacing, and SetState().
|
protected |
Definition at line 334 of file Trap_TripWire.c.
References DEPLOYED, GetGame(), m_ResultOfAdvancedPlacing, m_TriggerOrientation, m_TriggerPosition, SetIsPlaceSound(), and SetState().
Definition at line 80 of file Trap_TripWire.c.
References GetGame(), GetPosition, SEffectManager::PlaySound(), SetInactive(), SetState(), and TRIGGERED.
|
protected |
Definition at line 53 of file Trap_TripWire.c.
References FOLDED, RefreshState(), and SetState().
|
protected |
Definition at line 37 of file Trap_TripWire.c.
References IsPlaceSound(), and PlayPlaceSound().
Definition at line 194 of file Trap_TripWire.c.
References FOLDED, FoldTripWire(), and GetState().
Definition at line 377 of file Trap_TripWire.c.
References AddAction().
Definition at line 154 of file Trap_TripWire.c.
Definition at line 173 of file Trap_TripWire.c.
References m_State.
|
protected |
Definition at line 202 of file Trap_TripWire.c.
References DEPLOYED, and SetState().
Definition at line 183 of file Trap_TripWire.c.
References m_WireMaterial.
|
protected |
Definition at line 208 of file Trap_TripWire.c.
References DeleteTrigger(), FOLDED, and SetState().
Referenced by EEKilled(), and OnItemLocationChanged().
|
protected |
Definition at line 23 of file Trap_TripWire.c.
References string::Format(), m_AnimationPhaseGrounded, m_AnimationPhaseSet, m_AnimationPhaseTriggered, m_DamagePlayers, m_DefectRate, m_InfoActivationTime, m_InitWaitTime, m_NeedActivation, and float::ToString().
|
protected |
Definition at line 389 of file Trap_TripWire.c.
References GetState().
Definition at line 13 of file Trap_TripWire.c.
Referenced by CanDisplayAttachmentSlot(), CanReceiveAttachment(), IsTakeable(), OnPlacementComplete(), and SetupTrapPlayer().
enum eWireMaterial FOLDED = 3 |
|
protected |
Definition at line 19 of file Trap_TripWire.c.
Referenced by EEItemLocationChanged(), OnPlacementCancelled(), and OnPlacementComplete().
Definition at line 16 of file Trap_TripWire.c.
|
protected |
Definition at line 21 of file Trap_TripWire.c.
Referenced by EEItemLocationChanged(), and OnPlacementComplete().
|
protected |
Definition at line 20 of file Trap_TripWire.c.
Referenced by EEItemLocationChanged(), and OnPlacementComplete().
|
private |
Definition at line 17 of file Trap_TripWire.c.
Referenced by GetWireType(), and SetWireType().
Definition at line 14 of file Trap_TripWire.c.
Referenced by EEHealthLevelChanged(), and OnSteppedOn().