Click or drag to resize
IMyPlayerCollectionTryExtendControl Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyPlayerCollection.TryExtendControl(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 TryExtendControl(
	IMyControllableEntity entityWithControl,
	IMyEntity entityGettingControl
)

Parameters

entityWithControl
Type: VRage.Game.ModAPI.InterfacesIMyControllableEntity

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

entityGettingControl
Type: VRage.ModAPIIMyEntity

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

See Also