![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | IsUsingTimeFuze () |
| float | GetMinFuzeTime () |
| float | GetMaxFuzeTime () |
| void | OverrideTimeFuzeConfig (bool shouldBeUsed=false, float min=0, float max=0) |
| float | GetDetonationAltitude () |
| float | GetVerticalImpactTimeOffset () |
| int | GetNumberOfChargeRingConfigurations () |
| vector | GetChargeRingConfig (int id) |
| int | FindDefaultChargeRingConfig (out vector foundConfig=-vector.One) |
Protected Attributes | |
| bool | m_bIsUsingTimeFuze |
| params | : "1 inf")] protected float m_fMinFuzeTime |
| params | : "1 inf")] protected float m_fMaxFuzeTime |
| params | : "1 inf")] protected float m_fDetonationAltitude |
| params | : "0.01 inf")] protected float m_fVerticalImpactTimeOffset |
| ref array< vector > | m_aChargeRingConfig |
Definition at line 2 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Searches for the first charge ring config that is marked as default
| [out] | foundConfig | or negative vector.One if no default one was found |
Definition at line 97 of file SCR_MortarShellGadgetComponent.c.
Definition at line 85 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Definition at line 67 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Definition at line 35 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Definition at line 29 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Definition at line 79 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Definition at line 73 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Definition at line 23 of file SCR_MortarShellGadgetComponent.c.
|
inlineprotected |
Overrides configuration of time fuze usage for all entities of this prefab
| [in] | shouldBeUsed | is set to true if time fuze should be used |
| [in] | min | fuze time value |
| [in] | max | fuze time value |
Definition at line 45 of file SCR_MortarShellGadgetComponent.c.
|
protected |
Definition at line 7 of file SCR_MortarShellGadgetComponent.c.
|
protected |
Definition at line 10 of file SCR_MortarShellGadgetComponent.c.
|
protected |
Definition at line 13 of file SCR_MortarShellGadgetComponent.c.
|
protectedattribute |
Definition at line 16 of file SCR_MortarShellGadgetComponent.c.
|
protected |
Definition at line 20 of file SCR_MortarShellGadgetComponent.c.
|
protected |
Definition at line 5 of file SCR_MortarShellGadgetComponent.c.