![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | GetSendNotificationOnUse () |
| bool | CanMoveWithPhysics () |
| bool | AllowGetFactionFromParent () |
| SCR_AudioSourceConfiguration | GetOnUseAudioConfig () |
| SCR_AudioSourceConfiguration | CreateOnUseAudioConfig (ResourceName soundFile, string soundEvent) |
| void | GetCharacterVoiceSoundEventVariables (out string characterVoiceEventOnUse, out int characterVoicePriority) |
Protected Attributes | |
| bool | m_bIsVehicle |
| bool | m_bSendNotificationOnUse |
| bool | m_bAllowGetFactionFromParent |
| ResourceName | m_sOnUseSoundEffectFile |
| string | m_sOnUseSoundEffectEventName |
| string | m_sCharacterVoiceEventOnUse |
| int | m_iCharacterVoicePriority |
| ref SCR_AudioSourceConfiguration | m_OnUseAudioSourceConfiguration |
Definition at line 2 of file SCR_BaseSupportStationComponent.c.
|
inlineprotected |
Check if prefab allows the faction affiliation component to be obtained from parent Used in init
Definition at line 47 of file SCR_BaseSupportStationComponent.c.
|
inlineprotected |
If false then the object has no physics to move it self. If true it means it can be moved via physics which means it checks the rigid body if it has a velocity and does not allow to be used if it has
Definition at line 38 of file SCR_BaseSupportStationComponent.c.
|
inlineprotected |
Get Audio config to play Will create it if it not yet exists. Returns null if no SoundFile or SoundEvent is set
Definition at line 69 of file SCR_BaseSupportStationComponent.c.
|
inlineprotected |
Get the character voice varriables on support station use
| [out] | characterVoiceEventOnUse | Voice event to use |
| [out] | characterVoicePriority | priority of voice event |
Definition at line 90 of file SCR_BaseSupportStationComponent.c.
|
inlineprotected |
Get Audio config to play Will create it if it not yet exists. Returns null if no SoundFile or SoundEvent is set
Definition at line 56 of file SCR_BaseSupportStationComponent.c.
|
inlineprotected |
Get if notification should be shown on Action executed
Definition at line 30 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 11 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 5 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 8 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 23 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 25 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 20 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 17 of file SCR_BaseSupportStationComponent.c.
|
protected |
Definition at line 14 of file SCR_BaseSupportStationComponent.c.