Go to the source code of this file.
|
| 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 |
| |
◆ ERemoteDetonatorLEDState
◆ CopyOldPropertiesToNew()
| override void SetPairDevice::CopyOldPropertiesToNew |
( |
notnull EntityAI | old_item, |
|
|
EntityAI | new_item ) |
◆ EEItemLocationChanged()
◆ EEKilled()
| override void EEKilled |
( |
Object | killer | ) |
|
|
protected |
◆ GetControlledDevice()
| EntityAI RemoteDetonatorReceiver::GetControlledDevice |
( |
| ) |
|
|
protected |
◆ GetRemotelyActivatedItemBehaviour()
◆ IsConnected()
| bool RemoteDetonatorReceiver::IsConnected |
( |
| ) |
|
|
protected |
◆ IsKit()
◆ OnAbort()
| override void OnAbort |
( |
| ) |
|
|
protected |
◆ OnActivatedByItem()
| override void OnActivatedByItem |
( |
notnull ItemBase | item | ) |
|
|
protected |
◆ OnAnimationPhaseStarted()
| override void RemoteDetonatorReceiver::OnAnimationPhaseStarted |
( |
string | animSource, |
|
|
float | phase ) |
|
protected |
◆ OnCEUpdate()
| override void RemoteDetonatorReceiver::OnCEUpdate |
( |
| ) |
|
|
protected |
◆ OnSuccess()
| override void OnSuccess |
( |
EntityAI | new_item | ) |
|
|
protected |
◆ OnVariablesSynchronized()
| override void RemoteDetonatorReceiver::OnVariablesSynchronized |
( |
| ) |
|
|
protected |
◆ OnWasDetached()
| override void OnWasDetached |
( |
EntityAI | parent, |
|
|
int | slot_id ) |
|
protected |
◆ PairRemote()
| override void RemoteDetonatorReceiver::PairRemote |
( |
notnull EntityAI | trigger | ) |
|
|
protected |
◆ RemoteDetonatorReceiver()
◆ RemoteDetonatorTrigger()
| void RemoteDetonatorReceiver::RemoteDetonatorTrigger |
( |
| ) |
|
|
protected |
◆ SetActions()
| override void SetActions |
( |
| ) |
|
|
protected |
◆ SetControlledDevice()
| void RemoteDetonatorReceiver::SetControlledDevice |
( |
EntityAI | pDevice | ) |
|
|
protected |
◆ SetPairDevice()
◆ UnpairRemote()
| override void RemoteDetonatorReceiver::UnpairRemote |
( |
| ) |
|
|
protected |
◆ UpdateLED()
◆ ANIM_PHASE_TRIGGER
| const string ANIM_PHASE_TRIGGER = "trigger" |
|
protected |
◆ COLOR_LED_LIT
| const string COLOR_LED_LIT = "#(argb,8,8,3)color(1,0,0,1.0,co)" |
◆ COLOR_LED_OFF
◆ m_LastLEDState
◆ m_LED
◆ m_RAIB
◆ SELECTION_NAME_LED
| const string SELECTION_NAME_LED = "LED" |