Space Engineers
Public Member Functions | Properties | Events | List of all members
VRage.Game.ModAPI.IMyEntityController Interface Reference
Inheritance diagram for VRage.Game.ModAPI.IMyEntityController:
Sandbox.Game.World.MyEntityController

Public Member Functions

void TakeControl (IMyControllableEntity entity)
 

Properties

IMyControllableEntity ControlledEntity [get]
 

Events

Action< IMyControllableEntity, IMyControllableEntityControlledEntityChanged
 

Detailed Description

Definition at line 6 of file IMyEntityController.cs.

Member Function Documentation

void VRage.Game.ModAPI.IMyEntityController.TakeControl ( IMyControllableEntity  entity)

Property Documentation

IMyControllableEntity VRage.Game.ModAPI.IMyEntityController.ControlledEntity
get

Definition at line 8 of file IMyEntityController.cs.

Event Documentation

Action<IMyControllableEntity, IMyControllableEntity> VRage.Game.ModAPI.IMyEntityController.ControlledEntityChanged

Definition at line 10 of file IMyEntityController.cs.


The documentation for this interface was generated from the following file: