Table of Contents

Class PlayerQuestExtensions

Namespace
Uncreated.Warfare.Players.Extensions
Assembly
Uncreated.Warfare.dll
public static class PlayerQuestExtensions
Inheritance
PlayerQuestExtensions
Inherited Members

Methods

SetFlag(WarfarePlayer, ushort, short)

Set the flag value if it isn't already correct.

public static bool SetFlag(this WarfarePlayer player, ushort flagId, short value)

Parameters

player WarfarePlayer
flagId ushort
value short

Returns

bool

true if it was set, otherwise false if it was already correct.

Exceptions

GameThreadException