Table of Contents

Struct CommandExecutedEvent

Namespace
Core
Assembly
Core.dll
public struct CommandExecutedEvent : IGameEvent
Implements

Fields

CommandType

public Type CommandType

Field Value

Type

Error

public string Error

Field Value

string

IsSuccess

public bool IsSuccess

Field Value

bool

Properties

TimeStamp

Timestamp when the event was emitted (set automatically by EventBus).

public float TimeStamp { readonly get; set; }

Property Value

float