Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MotorExhaustEffectComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class MotorExhaustEffectComponent: BaseEffectComponent
17{
18 proto external IEntity GetOwner();
20 proto external void TurnOff();
25 proto external void TurnOn(IEntity owner);
31 proto external float GetSignalRpm();
32 proto external float GetSignalThrust();
37 proto external float GetRpmScaled();
38
39 // callbacks
40
45 event void OnInit(IEntity owner);
46}
47
void TurnOn()
Adds ability to attach an object to a slot.
IEntity GetOwner()
Owner entity of the fuel tank.
proto external float GetSignalThrust()
proto external float GetRpmScaled()
proto external float GetSignalRpm()
proto external EntitySlotInfo GetEffectPosition()
void TurnOff()
Remove every particle associed with this effect.