| Sandbox.ModAPI Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:Sandbox.ModAPI"]
| Class | Description | |
|---|---|---|
| MyAPIGateway |
This is entry point for entire scripting possibilities in game
| |
| MyAPIUtilities | ||
| MyEntitiesHelper_ModAPI | ||
| MyModAPIHelper | ||
| MyModAPIHelperMyMultiplayer | ||
| MyTerminalControlFactoryHelper |
| Structure | Description | |
|---|---|---|
| MyProductionQueueItem |
| Interface | Description | |
|---|---|---|
| IMyDoor | ||
| IMyFunctionalBlock | ||
| IMyGridProgram |
The interface for the grid program provides extra access for the game and for mods. See MyGridProgram for the class the scripts
actually derive from.
| |
| IMyGyro | ||
| IMyLaserAntenna |
ModAPI laserantenna block interface
| |
| IMyMeteor | ||
| IMyMotorBase | ||
| IMyMotorRotor | ||
| IMyMotorStator | ||
| IMyMotorSuspension | ||
| IMyOxygenGenerator |
Oxygen generator interface
| |
| IMyPistonBase | ||
| IMyPistonTop | ||
| IMyProductionBlock | ||
| IMyProjector | ||
| IMyReactor | ||
| IMySensorBlock | ||
| IMyShipDrill | ||
| IMyShipWelder |
Ship welder interface
| |
| IMyTerminalActionsHelper | ||
| IMyTerminalBlock | ||
| IMyTerminalControls |
This interface allows you to query, add or remove terminal controls for a block. The terminal controls are the controls that appear
in the terminal screen when you select a block. You may add new controls, remove existing controls, or modify existing controls.
| |
| IMyTextPanel | ||
| IMyThrust | ||
| IMyUpgradableBlock |
interface to retrieve upgrade effects from block IMyUpgradableBlock |
| Delegate | Description | |
|---|---|---|
| CustomActionGetDelegate |
Allows you to modify the actions associated with a block before it's displayed to user.
| |
| CustomControlGetDelegate |
Allows you to modify the terminal control list before it is displayed to the user. Modifying controls will change which controls are displayed.
|
| Enumeration | Description | |
|---|---|---|
| BuildCheckResult |