Show / Hide Table of Contents

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 Source

GhostOnShutdown

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
| Improve this Doc View Source

HasMind

True if we have a mind, false otherwise.

Declaration
public bool HasMind { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Mind

The mind controlling this mob. Can be null.

Declaration
public EntityUid? Mind { get; set; }
Property Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

ShowExamineInfo

Whether examining should show information about the mind or not.

Declaration
public bool ShowExamineInfo { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾