TachLogicController class
analog.TachLogicController
Inheritance
Base: IVehicleModuleController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
analogTachNeedleWidget | ink.WidgetReference | scripted |
analogTachNeedleMinRotation | float | scripted |
analogTachNeedleMaxRotation | float | scripted |
rpmValueBBConnectionId | red.CallbackObject? | scripted |
vehBB | WeakHandle<game.IBlackboard> | scripted |
rpmMaxValue | float | scripted |
rpmMinValue | float | scripted |
Functions
void RegisterCallbacks(WeakHandle<vehicle.BaseObject> vehicle, WeakHandle<game.IBlackboard> vehBB, WeakHandle<vehicle.UIGameController> gameController)overrideRTTIvoid UnregisterCallbacks()overrideRTTIbool OnUninitialize()RTTIvoid OnRpmValueChanged(float rpmValue)RTTI