![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Functions | |
| MotorExhaustEffectComponentClass BaseEffectComponentClass | GetOwner () |
| Owner entity of the fuel tank. | |
| proto external void | TurnOff () |
| Remove every particle associed with this effect. | |
| proto external void | TurnOn (IEntity owner) |
| proto external EntitySlotInfo | GetEffectPosition () |
| proto external float | GetSignalRpm () |
| proto external float | GetSignalThrust () |
| proto external float | GetRpmScaled () |
| event void | OnInit (IEntity owner) |
| enum CollectiveMode |
| Enumerator | |
|---|---|
| LocalYOffsetAuto | |
| LocalYOffsetManual | |
| Sticky | |
| Direct | |
| LocalY | |
| WorldY | |
| LocalYOffsetAuto | |
| LocalYOffsetManual | |
| Sticky | |
| Direct | |
| LocalY | |
| WorldY | |
Definition at line 12 of file CollectiveMode.c.
| enum CollectiveMode |
| Enumerator | |
|---|---|
| LocalYOffsetAuto | |
| LocalYOffsetManual | |
| Sticky | |
| Direct | |
| LocalY | |
| WorldY | |
| LocalYOffsetAuto | |
| LocalYOffsetManual | |
| Sticky | |
| Direct | |
| LocalY | |
| WorldY | |
Definition at line 12 of file CollectiveMode.c.
| Enumerator | |
|---|---|
| INVALID | |
| FROM_OUTSIDE | |
| FROM_INSIDE | |
| FROM_OUTSIDE_BACK | |
| NO_CHARACTER_ANIM | |
| MAX | |
| INVALID | |
| FROM_OUTSIDE | |
| FROM_INSIDE | |
| FROM_OUTSIDE_BACK | |
| NO_CHARACTER_ANIM | |
| MAX | |
Definition at line 12 of file ECharacterDoorAnimType.c.
| Enumerator | |
|---|---|
| INVALID | |
| FROM_OUTSIDE | |
| FROM_INSIDE | |
| FROM_OUTSIDE_BACK | |
| NO_CHARACTER_ANIM | |
| MAX | |
| INVALID | |
| FROM_OUTSIDE | |
| FROM_INSIDE | |
| FROM_OUTSIDE_BACK | |
| NO_CHARACTER_ANIM | |
| MAX | |
Definition at line 12 of file ECharacterDoorAnimType.c.
| Enumerator | |
|---|---|
| INVALID | |
| CLOSE_DOOR | |
| LEAVE_OPEN | |
| RETURN_TO_PREVIOUS_STATE | |
| MAX | |
| INVALID | |
| CLOSE_DOOR | |
| LEAVE_OPEN | |
| RETURN_TO_PREVIOUS_STATE | |
| MAX | |
Definition at line 12 of file ECloseDoorAfterActions.c.
| Enumerator | |
|---|---|
| INVALID | |
| CLOSE_DOOR | |
| LEAVE_OPEN | |
| RETURN_TO_PREVIOUS_STATE | |
| MAX | |
| INVALID | |
| CLOSE_DOOR | |
| LEAVE_OPEN | |
| RETURN_TO_PREVIOUS_STATE | |
| MAX | |
Definition at line 12 of file ECloseDoorAfterActions.c.
| enum EGetOutType |
| Enumerator | |
|---|---|
| ANIMATED | |
| TELEPORT | |
| TELEPORT_WITH_OPEN_DOOR | |
| MAX | |
| ANIMATED | |
| TELEPORT | |
| TELEPORT_WITH_OPEN_DOOR | |
| MAX | |
Definition at line 12 of file EGetOutType.c.
| enum EGetOutType |
| Enumerator | |
|---|---|
| ANIMATED | |
| TELEPORT | |
| TELEPORT_WITH_OPEN_DOOR | |
| MAX | |
| ANIMATED | |
| TELEPORT | |
| TELEPORT_WITH_OPEN_DOOR | |
| MAX | |
Definition at line 12 of file EGetOutType.c.
| enum EHandBrakeType |
| Enumerator | |
|---|---|
| HANDBRAKE_RELEASED | |
| HANDBRAKE_HELD | |
| HANDBRAKE_ARRESTED | |
| HANDBRAKE_RELEASED | |
| HANDBRAKE_HELD | |
| HANDBRAKE_ARRESTED | |
Definition at line 12 of file EHandBrakeType.c.
| enum EHandBrakeType |
| Enumerator | |
|---|---|
| HANDBRAKE_RELEASED | |
| HANDBRAKE_HELD | |
| HANDBRAKE_ARRESTED | |
| HANDBRAKE_RELEASED | |
| HANDBRAKE_HELD | |
| HANDBRAKE_ARRESTED | |
Definition at line 12 of file EHandBrakeType.c.
Describes whether wheel is in contact with some liquid.
Definition at line 13 of file EWheelContactLiquidState.c.
Definition at line 13 of file EWheelContactLiquidState.c.
| enum LandingGearType |
| Enumerator | |
|---|---|
| WHEEL | |
| SKID | |
| WHEEL | |
| SKID | |
Definition at line 12 of file LandingGearType.c.
| enum LandingGearType |
| Enumerator | |
|---|---|
| WHEEL | |
| SKID | |
| WHEEL | |
| SKID | |
Definition at line 12 of file LandingGearType.c.
| enum RotorState |
| Enumerator | |
|---|---|
| STATIC | |
| SPINNING | |
| DESTROYED | |
| STATIC | |
| SPINNING | |
| DESTROYED | |
Definition at line 12 of file RotorState.c.
| enum RotorState |
| Enumerator | |
|---|---|
| STATIC | |
| SPINNING | |
| DESTROYED | |
| STATIC | |
| SPINNING | |
| DESTROYED | |
Definition at line 12 of file RotorState.c.
| enum SpinDirection |
| Enumerator | |
|---|---|
| CLOCKWISE | |
| COUNTERCLOCKWISE | |
| CLOCKWISE | |
| COUNTERCLOCKWISE | |
Definition at line 12 of file SpinDirection.c.
| enum SpinDirection |
| Enumerator | |
|---|---|
| CLOCKWISE | |
| COUNTERCLOCKWISE | |
| CLOCKWISE | |
| COUNTERCLOCKWISE | |
Definition at line 12 of file SpinDirection.c.
| proto external EntitySlotInfo GetEffectPosition | ( | ) |
| MotorExhaustEffectComponentClass BaseEffectComponentClass GetOwner | ( | ) |
Owner entity of the fuel tank.
Returns the entity owning the component.
Returns the entity owner of the component.
This component takes care of sending chat messages.
Returns the parent entity of this component.
Definition at line 128 of file SCR_FuelNode.c.
| proto external float GetRpmScaled | ( | ) |
Get current scaled RPM
| proto external float GetSignalRpm | ( | ) |
Get current RPM
| proto external float GetSignalThrust | ( | ) |
| event void OnInit | ( | IEntity | owner | ) |
Called during EOnInit.
| owner | Entity this component is attached to. |
Definition at line 493 of file SCR_CharacterCommandHandler_Tests.c.
| proto external void TurnOff | ( | ) |
Remove every particle associed with this effect.
Definition at line 91 of file SCR_FireplaceComponent.c.
| proto external void TurnOn | ( | IEntity | owner | ) |
Active particle associed with this effect
| owner | Owner of this component |