Space Engineers
Public Member Functions | Properties | Events | List of all members
Sandbox.Game.World.MyControllerInfo Class Reference

Public Member Functions

bool IsLocallyControlled ()
 
bool IsLocallyHumanControlled ()
 
bool IsRemotelyControlled ()
 

Properties

MyEntityController Controller [get, set]
 
long ControllingIdentityId [get]
 

Events

Action< MyEntityControllerControlAcquired
 
Action< MyEntityControllerControlReleased
 

Detailed Description

Definition at line 110 of file MyEntityController.cs.

Member Function Documentation

bool Sandbox.Game.World.MyControllerInfo.IsLocallyControlled ( )
inline

Definition at line 156 of file MyEntityController.cs.

bool Sandbox.Game.World.MyControllerInfo.IsLocallyHumanControlled ( )
inline

Definition at line 161 of file MyEntityController.cs.

bool Sandbox.Game.World.MyControllerInfo.IsRemotelyControlled ( )
inline

Definition at line 166 of file MyEntityController.cs.

Property Documentation

MyEntityController Sandbox.Game.World.MyControllerInfo.Controller
getset

Definition at line 114 of file MyEntityController.cs.

long Sandbox.Game.World.MyControllerInfo.ControllingIdentityId
get

Definition at line 145 of file MyEntityController.cs.

Event Documentation

Action<MyEntityController> Sandbox.Game.World.MyControllerInfo.ControlAcquired

Definition at line 153 of file MyEntityController.cs.

Action<MyEntityController> Sandbox.Game.World.MyControllerInfo.ControlReleased

Definition at line 154 of file MyEntityController.cs.


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