-
Notifications
You must be signed in to change notification settings - Fork 45
Launchers
Robin Seifert edited this page May 22, 2023
·
8 revisions
Launchers are devices that allow firing missiles with target data. Some launchers support the ability to connect to launcher networks. Allowing several launchers to fire at the same target using a firing solution. Generally given by a launcher controller.
Launcher | Type | Usage |
---|---|---|
Launcher Pad | Block | Single missile launcher able to be linked to a launcher network |
Cruise | Block | Single missile launcher that is standalone and aimable, optionally supports launcher network |
RPG | Item | Single missile launcher that can be hand fired by entities |
New launchers can be implemented using IMissileLauncher capability. Helpers exist to supply logic and handled basic interaction.
Launcher network support requires implementing ILauncherNode. This isn't exposed in the API as of 5.3.0 but may be capability driven in the future.