Class CompletingObjectiveEventArgs
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
FactionObjectiveBaseisAllowed
bool
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
Objective
Gets the objective that is being completed.
public Objective Objective { get; }