Table of Contents

Class ConsumableEvent

Namespace
Uncreated.Warfare.Events.Models
Assembly
Uncreated.Warfare.dll
public class ConsumableEvent : ICancellable
Inheritance
ConsumableEvent
Implements
Derived
Inherited Members

Constructors

ConsumableEvent()

public ConsumableEvent()

ConsumableEvent(bool)

public ConsumableEvent(bool isConsumed)

Parameters

isConsumed bool

Properties

IsCancelled

If this execution has been cancelled.

public bool IsCancelled { get; set; }

Property Value

bool

Methods

Consume()

Keeps future events from running.

public void Consume()