Click or drag to resize
IMyEntitiesIsTypeHidden Method

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

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntities.IsTypeHidden(System.Type)"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool IsTypeHidden(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:VRage.ModAPI.IMyEntities.IsTypeHidden(System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.ModAPI.IMyEntities.IsTypeHidden(System.Type)"]

See Also