Click or drag to resize
IMyPlayerCollectionSetControlledEntity Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.SetControlledEntity(System.UInt64,VRage.ModAPI.IMyEntity)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void SetControlledEntity(
	ulong steamUserId,
	IMyEntity entity
)

Parameters

steamUserId
Type: SystemUInt64

[Missing <param name="steamUserId"/> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.SetControlledEntity(System.UInt64,VRage.ModAPI.IMyEntity)"]

entity
Type: VRage.ModAPIIMyEntity

[Missing <param name="entity"/> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.SetControlledEntity(System.UInt64,VRage.ModAPI.IMyEntity)"]

See Also