Click or drag to resize
MySessionComponentBaseIsRequiredByGame Property

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

Indicates whether a session component should be used in current configuration. Example: MyDestructionData component returns true only when game uses Havok Destruction

Namespace: VRage.Game.Components
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public virtual bool IsRequiredByGame { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:VRage.Game.Components.MySessionComponentBase.IsRequiredByGame"]

See Also