DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | RemoteDetonatorTrigger |
class | ReplaceDetonatorItemLambda |
class | ReplaceDetonatorItemOnDisarmLambda |
Enumerations | |
enum | ERemoteDetonatorLEDState { OFF = 0 , LIT } |
Variables | |
enum ERemoteDetonatorLEDState | COLOR_LED_OFF = "#(argb,8,8,3)color(0,0,0,1.0,co)" |
const string | COLOR_LED_LIT = "#(argb,8,8,3)color(1,0,0,1.0,co)" |
const string | SELECTION_NAME_LED = "LED" |
ERemoteDetonatorLEDState | m_LastLEDState |
const string | ANIM_PHASE_TRIGGER = "trigger" |
bool | m_LED |
ref RemotelyActivatedItemBehaviour | m_RAIB |
override void SetPairDevice::CopyOldPropertiesToNew | ( | notnull EntityAI | old_item, |
EntityAI | new_item ) |
Definition at line 265 of file RemoteDetonator.c.
|
protected |
Definition at line 252 of file RemoteDetonator.c.
Definition at line 234 of file RemoteDetonator.c.
References UpdateLED().
|
protected |
Definition at line 316 of file RemoteDetonator.c.
|
protected |
Definition at line 260 of file RemoteDetonator.c.
References SetPairDevice().
Referenced by InventoryItem::EEOnAfterLoad(), InventoryItem::OnStoreLoad(), InventoryItem::OnStoreSave(), Entity::SetPersistentPairID(), and UnpairRemote().
|
protected |
Definition at line 311 of file RemoteDetonator.c.
Definition at line 15 of file RemoteDetonator.c.
Called when this item is activated by other.
Definition at line 293 of file RemoteDetonator.c.
|
protected |
Definition at line 357 of file RemoteDetonator.c.
Definition at line 269 of file RemoteDetonator.c.
Definition at line 242 of file RemoteDetonator.c.
References ActionAttachExplosivesTrigger(), ActionDisarmExplosiveWithRemoteDetonatorUnpaired(), and RemoveAction().
Definition at line 229 of file RemoteDetonator.c.
References UpdateLED().
Referenced by Entity::EEItemLocationChanged().
Definition at line 282 of file RemoteDetonator.c.
|
protected |
Definition at line 37 of file RemoteDetonator.c.
References ActionAttachExplosivesTrigger(), ActionDisarmExplosiveWithRemoteDetonatorUnpaired(), and AddAction().
Referenced by ActionCondition(), ImprovisedExplosive::UpdateLED(), and Plastic_Explosive::UpdateLED().
|
protected |
Definition at line 225 of file RemoteDetonator.c.
Definition at line 37 of file RemoteDetonator.c.
Definition at line 306 of file RemoteDetonator.c.
References ReplaceItemWithNewLambdaBase::m_OldItem.
|
protected |
Definition at line 241 of file RemoteDetonator.c.
Referenced by GetRemotelyActivatedItemBehaviour().
|
staticprotected |
item replaced, use different IK
Definition at line 321 of file RemoteDetonator.c.
Definition at line 287 of file RemoteDetonator.c.
|
protected |
Definition at line 20 of file RemoteDetonator.c.
References COLOR_LED_LIT, COLOR_LED_OFF, m_LastLEDState, and SELECTION_NAME_LED.
Referenced by RemoteDetonatorTrigger::OnAnimationPhaseStarted(), RemoteDetonatorTrigger::OnCEUpdate(), RemoteDetonatorTrigger::OnVariablesSynchronized(), RemoteDetonatorTrigger::RemoteDetonatorTrigger(), and RemoteDetonatorTrigger::UnpairRemote().
Definition at line 220 of file RemoteDetonator.c.
Definition at line 10 of file RemoteDetonator.c.
Referenced by UpdateLED().
enum ERemoteDetonatorLEDState COLOR_LED_OFF = "#(argb,8,8,3)color(0,0,0,1.0,co)" |
|
protected |
Definition at line 13 of file RemoteDetonator.c.
Referenced by RemoteDetonatorTrigger::OnVariablesSynchronized(), RemoteDetonatorTrigger::RemoteDetonatorTrigger(), and UpdateLED().
|
protected |
Definition at line 222 of file RemoteDetonator.c.
|
protected |
Definition at line 223 of file RemoteDetonator.c.
Definition at line 11 of file RemoteDetonator.c.
Referenced by UpdateLED().