VRage.Game.ModAPI
IMyEntityController
Assembly: VRage.Game.dll
public interface IMyEntityController
Describes entity controller (mods interface) Allows to take controls
Events
| Member | Description |
|---|---|
| ControlledEntityChanged | Event triggered when currently controlled grid is changed |
Properties
| Member | Description |
|---|---|
| ControlledEntity | Get currently controlled entity |
Methods
| Member | Description |
|---|---|
| TakeControl(IMyControllableEntity) | Taking control on entity. |