Click or drag to resize
MyDefinitionManagerTryGetDefinitionsByTypeId Method

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

[Missing <summary> documentation for "M:Sandbox.Definitions.MyDefinitionManager.TryGetDefinitionsByTypeId(VRage.ObjectBuilders.MyObjectBuilderType,System.Collections.Generic.HashSet{VRage.Game.MyDefinitionId})"]

Namespace: Sandbox.Definitions
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public void TryGetDefinitionsByTypeId(
	MyObjectBuilderType typeId,
	HashSet<MyDefinitionId> definitions
)

Parameters

typeId
Type: MyObjectBuilderType

[Missing <param name="typeId"/> documentation for "M:Sandbox.Definitions.MyDefinitionManager.TryGetDefinitionsByTypeId(VRage.ObjectBuilders.MyObjectBuilderType,System.Collections.Generic.HashSet{VRage.Game.MyDefinitionId})"]

definitions
Type: System.Collections.GenericHashSetMyDefinitionId

[Missing <param name="definitions"/> documentation for "M:Sandbox.Definitions.MyDefinitionManager.TryGetDefinitionsByTypeId(VRage.ObjectBuilders.MyObjectBuilderType,System.Collections.Generic.HashSet{VRage.Game.MyDefinitionId})"]

See Also