ClassLuaCargoHatchchanged
Members
| create_cargo_pod(cargo_pod_prototype?) changed | → LuaEntity | Creates a cargo pod for output at the owning entity hatch location. |
Creates a cargo pod for output at the owning entity hatch location. | ||
| owner | :: R LuaEntity | |
| busy | :: R boolean | |
| reserved | :: R boolean | |
| is_input_compatible | :: R boolean | |
| is_output_compatible | :: R boolean | |
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||
Methods
create_cargo_pod(cargo_pod_prototype?) → LuaEntitychanged
Parameters
| cargo_pod_prototype | :: EntityID? | The cargo pod prototype to create. If not provided, the default cargo pod prototype of the hatch is used. |
The cargo pod prototype to create. If not provided, the default cargo pod prototype of the hatch is used. | ||

