| IMyLargeTurretBase Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Ingame
The IMyLargeTurretBase type exposes the following members.
| Name | Description | |
|---|---|---|
| GetActions | (Inherited from IMyTerminalBlock.) | |
| GetActionWithName | (Inherited from IMyTerminalBlock.) | |
| GetInventory | (Inherited from IMyEntity.) | |
| GetInventory(Int32) | (Inherited from IMyEntity.) | |
| GetOwnerFactionTag | (Inherited from IMyCubeBlock.) | |
| GetPlayerRelationToOwner | Obsolete. (Inherited from IMyCubeBlock.) | |
| GetPosition | (Inherited from IMyEntity.) | |
| GetProperties | (Inherited from IMyTerminalBlock.) | |
| GetProperty | (Inherited from IMyTerminalBlock.) | |
| GetUserRelationToOwner | (Inherited from IMyCubeBlock.) | |
| HasLocalPlayerAccess | (Inherited from IMyTerminalBlock.) | |
| HasPlayerAccess | (Inherited from IMyTerminalBlock.) | |
| RequestEnable | Obsolete. (Inherited from IMyFunctionalBlock.) | |
| ResetTargetingToDefault |
resert targeting to default values
| |
| SearchActionsOfName | (Inherited from IMyTerminalBlock.) | |
| SetCustomName(String) | Obsolete. (Inherited from IMyTerminalBlock.) | |
| SetCustomName(StringBuilder) | Obsolete. (Inherited from IMyTerminalBlock.) | |
| SetTarget(IMyEntity) |
Tracks target without position prediction
| |
| SetTarget(Vector3D) |
Targets given position
| |
| SyncAzimuth |
method used to sync azimuth, you need to call it to sync azimuth for other clients/server
| |
| SyncElevation |
method used to sync elevation of turret , you need to call it to sync elevation for other clients/server
| |
| SyncEnableIdleRotation |
method used to sync idle rotation and elevation, you need to call it to sync rotation and elevation for other clients/server
| |
| TrackTarget(IMyEntity) |
Tracks entity with enabled position prediction
| |
| TrackTarget(Vector3D, Vector3) |
Tracks given target with enabled position prediction
| |
| UpdateIsWorking | Obsolete. (Inherited from IMyCubeBlock.) | |
| UpdateVisual | Obsolete. (Inherited from IMyCubeBlock.) |
| Name | Description | |
|---|---|---|
| AIEnabled |
Checks is AI is enabled for turret
| |
| Azimuth |
Sets/gets azimuth of turret, this method is not synced, you need to sync azimuth manually
| |
| BlockDefinition | (Inherited from IMyCubeBlock.) | |
| CanControl | ||
| CheckConnectionAllowed | (Inherited from IMyCubeBlock.) | |
| Components | (Inherited from IMyEntity.) | |
| CubeGrid | (Inherited from IMyCubeBlock.) | |
| CustomData |
Gets or sets the Custom Data string.
NOTE: Only use this for user input. For storing large mod configs, create your own MyModStorageComponent
(Inherited from IMyTerminalBlock.) | |
| CustomInfo | (Inherited from IMyTerminalBlock.) | |
| CustomName | (Inherited from IMyTerminalBlock.) | |
| CustomNameWithFaction | (Inherited from IMyTerminalBlock.) | |
| DefinitionDisplayNameText | (Inherited from IMyCubeBlock.) | |
| DetailedInfo | (Inherited from IMyTerminalBlock.) | |
| DisassembleRatio | (Inherited from IMyCubeBlock.) | |
| DisplayName | (Inherited from IMyEntity.) | |
| DisplayNameText | (Inherited from IMyCubeBlock.) | |
| Elevation |
Sets/gets elevation of turret, this method is not synced, you need to sync elevation manually
| |
| Enabled | (Inherited from IMyFunctionalBlock.) | |
| EnableIdleRotation |
enable/disable idle rotation for turret, this method is not synced, you need to sync manually
| |
| EntityId | (Inherited from IMyEntity.) | |
| HasInventory | (Inherited from IMyEntity.) | |
| HasTarget |
Checks if the turret is locked onto a target
| |
| InventoryCount | (Inherited from IMyEntity.) | |
| IsBeingHacked | (Inherited from IMyCubeBlock.) | |
| IsFunctional | (Inherited from IMyCubeBlock.) | |
| IsShooting | (Inherited from IMyUserControllableGun.) | |
| IsUnderControl |
Indicates whether a block is locally or remotely controlled.
| |
| IsWorking | (Inherited from IMyCubeBlock.) | |
| Mass | (Inherited from IMyCubeBlock.) | |
| Max | (Inherited from IMyCubeBlock.) | |
| Min | (Inherited from IMyCubeBlock.) | |
| Name | (Inherited from IMyEntity.) | |
| NumberInGrid | (Inherited from IMyCubeBlock.) | |
| Orientation | (Inherited from IMyCubeBlock.) | |
| OwnerId | (Inherited from IMyCubeBlock.) | |
| Position | (Inherited from IMyCubeBlock.) | |
| Range | ||
| ShowInTerminal | (Inherited from IMyTerminalBlock.) | |
| ShowInToolbarConfig | (Inherited from IMyTerminalBlock.) | |
| ShowOnHUD | (Inherited from IMyTerminalBlock.) | |
| WorldAABB | (Inherited from IMyEntity.) | |
| WorldAABBHr | (Inherited from IMyEntity.) | |
| WorldMatrix | (Inherited from IMyEntity.) | |
| WorldVolume | (Inherited from IMyEntity.) | |
| WorldVolumeHr | (Inherited from IMyEntity.) |