Show / Hide Table of Contents

Class GhostAttemptHandleEvent

Inheritance
System.Object
GhostAttemptHandleEvent
Namespace: Content.Server.GameTicking
Assembly: Content.Server.dll
Syntax
public sealed class GhostAttemptHandleEvent : HandledEntityEventArgs

Constructors

| Improve this Doc View Source

GhostAttemptHandleEvent(MindComponent, Boolean)

Declaration
public GhostAttemptHandleEvent(MindComponent mind, bool canReturnGlobal)
Parameters
Type Name Description
MindComponent mind
System.Boolean canReturnGlobal

Properties

| Improve this Doc View Source

CanReturnGlobal

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

Mind

Declaration
public MindComponent Mind { get; }
Property Value
Type Description
MindComponent
| Improve this Doc View Source

Result

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