Click or drag to resize
MyComponentContainerTryGet Method (Type, MyComponentBase)

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

[Missing <summary> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet(System.Type,VRage.Game.Components.MyComponentBase@)"]

Namespace: VRage.Game.Components
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public bool TryGet(
	Type type,
	out MyComponentBase component
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet(System.Type,VRage.Game.Components.MyComponentBase@)"]

component
Type: MyComponentBase

[Missing <param name="component"/> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet(System.Type,VRage.Game.Components.MyComponentBase@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.Components.MyComponentContainer.TryGet(System.Type,VRage.Game.Components.MyComponentBase@)"]

See Also