Class GhostAttemptHandleEvent
Inheritance
System.Object
GhostAttemptHandleEvent
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
|
Improve this Doc
View Source
Result
Declaration
public bool Result { get; set; }
Property Value
Type |
Description |
System.Boolean |
|