Click or drag to resize
IMyPlayerCollectionReduceControl Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.ReduceControl(VRage.Game.ModAPI.Interfaces.IMyControllableEntity,VRage.ModAPI.IMyEntity)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void ReduceControl(
	IMyControllableEntity entityWhichKeepsControl,
	IMyEntity entityWhichLoosesControl
)

Parameters

entityWhichKeepsControl
Type: VRage.Game.ModAPI.InterfacesIMyControllableEntity

[Missing <param name="entityWhichKeepsControl"/> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.ReduceControl(VRage.Game.ModAPI.Interfaces.IMyControllableEntity,VRage.ModAPI.IMyEntity)"]

entityWhichLoosesControl
Type: VRage.ModAPIIMyEntity

[Missing <param name="entityWhichLoosesControl"/> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.ReduceControl(VRage.Game.ModAPI.Interfaces.IMyControllableEntity,VRage.ModAPI.IMyEntity)"]

See Also