![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | CanBePerformedScript (IEntity user) |
| override bool | CanBroadcastScript () |
| override bool | CanBeShownScript (IEntity user) |
| override void | PerformAction (IEntity pOwnerEntity, IEntity pUserEntity) |
| override bool | GetActionNameScript (out string outName) |
| bool | GetLightAudioPos (out vector pos) |
| void | PlaySound (IEntity ownerEntity, bool lightsState) |
Protected Attributes | |
| ELightType | m_eLightType |
| Type of action instead of 8 different classes. | |
| int | m_iLightSide |
| Side of turn signals. | |
| bool | m_bInteriorOnly |
| Will only be shown if user is in vehicle? | |
| bool | m_bPilotOnly |
| Will action be available for entities seated in pilot compartment only? | |
| bool | m_bPilotUncapableOverride |
| LocalizedString | m_sBlockedByPilotText |
| ref array< int > | m_aDefinedCompartmentSectionsOnly |
| ref array< int > | m_aExcludeDefinedCompartmentSections |
Definition at line 1 of file LightUserAction.c.
Definition at line 32 of file LightUserAction.c.
Definition at line 55 of file LightUserAction.c.
|
inlineprotected |
Definition at line 49 of file LightUserAction.c.
Definition at line 102 of file LightUserAction.c.
Definition at line 120 of file LightUserAction.c.
|
inlineprotected |
Definition at line 69 of file LightUserAction.c.
Definition at line 135 of file LightUserAction.c.
|
protected |
Definition at line 26 of file LightUserAction.c.
|
protected |
Definition at line 29 of file LightUserAction.c.
|
protected |
Will only be shown if user is in vehicle?
Definition at line 13 of file LightUserAction.c.
|
protected |
Will action be available for entities seated in pilot compartment only?
Definition at line 17 of file LightUserAction.c.
|
protected |
Definition at line 20 of file LightUserAction.c.
|
protected |
Type of action instead of 8 different classes.
Definition at line 5 of file LightUserAction.c.
|
protected |
Side of turn signals.
Definition at line 9 of file LightUserAction.c.
|
protected |
Definition at line 23 of file LightUserAction.c.