Class MindContainerComponent
Stores a MindComponent on a mob.
Inheritance
System.Object
MindContainerComponent
Namespace: Content.Shared.Mind.Components
Assembly: Content.Shared.dll
Syntax
public sealed class MindContainerComponent : Component
Properties
| Improve this Doc View SourceGhostOnShutdown
Whether the mind will be put on a ghost after this component is shutdown.
Declaration
public bool GhostOnShutdown { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasMind
True if we have a mind, false otherwise.
Declaration
public bool HasMind { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Mind
The mind controlling this mob. Can be null.
Declaration
public EntityUid? Mind { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
ShowExamineInfo
Whether examining should show information about the mind or not.
Declaration
public bool ShowExamineInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |