Table of Contents

Class CompletingObjectiveEventArgs

Namespace
Exiled.Events.EventArgs.Server
Assembly
Exiled.Events.dll

Contains all information before the completion of an objective.

public class CompletingObjectiveEventArgs : IDeniableEvent, IExiledEvent
Inheritance
CompletingObjectiveEventArgs
Implements
Inherited Members
Extension Methods

Constructors

CompletingObjectiveEventArgs(FactionObjectiveBase, bool)

Initializes a new instance of the CompletingObjectiveEventArgs class.

public CompletingObjectiveEventArgs(FactionObjectiveBase objective, bool isAllowed = true)

Parameters

objective FactionObjectiveBase
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

Objective

Gets the objective that is being completed.

public Objective Objective { get; }

Property Value

Objective