VRage.Game.ModAPI
IMyGridWeaponSystem
Assembly: VRage.Game.dll
public interface IMyGridWeaponSystem
ModAPI interface giving access to grid-group weapon system
Methods
| Member | Description |
|---|---|
| GetGun(MyDefinitionId) | Get first found gun object with specified definition id. |
| Register(IMyGunObject |
Registers gun in weapon system. Required for being able to use it as a ship tool or weapon: Left mouse hold to shoot |
| Unregister(IMyGunObject |
Unregisters gun in weapon system. |