Native implementatin with auto hover funcionality.
More...
|
| proto native bool | IsEngineOn () |
| | Returns true when engine is running, false otherwise.
|
| |
| proto native void | EngineStart () |
| | Starts the engine.
|
| |
| proto native void | EngineStop () |
| | Stops the engine.
|
| |
| proto native bool | IsAutohoverOn () |
| | Returns true when auto-hover system is turned on, false otherwise.
|
| |
| proto native void | AutohoverOn () |
| | Enables auto-hover system.
|
| |
| proto native void | AutohoverOff () |
| | Disables auto-hover system.
|
| |
Native implementatin with auto hover funcionality.
◆ AutohoverOff()
| proto native void AutohoverOff |
( |
| ) |
|
|
private |
Disables auto-hover system.
◆ AutohoverOn()
| proto native void AutohoverOn |
( |
| ) |
|
|
private |
Enables auto-hover system.
◆ EngineStart()
| proto native void EngineStart |
( |
| ) |
|
|
private |
◆ EngineStop()
| proto native void EngineStop |
( |
| ) |
|
|
private |
◆ IsAutohoverOn()
| proto native bool IsAutohoverOn |
( |
| ) |
|
|
private |
Returns true when auto-hover system is turned on, false otherwise.
◆ IsEngineOn()
| proto native bool IsEngineOn |
( |
| ) |
|
|
private |
Returns true when engine is running, false otherwise.
The documentation for this class was generated from the following file: