Module LandingGearUnit

A landing gear that can be opened or closed.

Element class: LandingGearUnit

Extends: Element > ElementWithState > ElementWithToggle

Functions

deploy () Deploys the landing gear.
retract () Retracts the landing gear.
isDeployed () Checks if the landing gear is deployed.
setSignalIn (plug, state) Set the value of a signal in the specified IN plug of the element.
getSignalIn (plug) Return the value of a signal in the specified IN plug of the element.
mockGetClosure () Mock only, not in-game: Bundles the object into a closure so functions can be called with "." instead of ":".


Functions

deploy ()
Deploys the landing gear.
retract ()
Retracts the landing gear.
isDeployed ()
Checks if the landing gear is deployed.

Returns:

    0/1 1 if the landing gear is deployed.
setSignalIn (plug, state)
Set the value of a signal in the specified IN plug of the element.

Valid plug names are:

  • "in" for the in signal (seems to have no actual effect when modified this way).

Parameters:

  • plug string A valid plug name to set.
  • state 0/1 The plug signal state
getSignalIn (plug)
Return the value of a signal in the specified IN plug of the element.

Valid plug names are:

  • "in" for the in signal.

Parameters:

  • plug string A valid plug name to query.

Returns:

    0/1 The plug signal state
mockGetClosure ()
Mock only, not in-game: Bundles the object into a closure so functions can be called with "." instead of ":".

Returns:

    table A table encompasing the api calls of object.

See also:

generated by LDoc 1.5.0 Last updated 2024-09-27 15:22:46