C# Class fCraft.AutoRank.ConditionRankChangeType

Checks what caused player's last rank change (see RankChangeType enum).
Inheritance: Condition
Show file Open project: GlennMR/800craft

Public Methods

Method Description
ConditionRankChangeType ( RankChangeType type ) : System
ConditionRankChangeType ( [ el ) : System
Eval ( [ info ) : bool
Serialize ( ) : System.Xml.Linq.XElement

Method Details

ConditionRankChangeType() public method

public ConditionRankChangeType ( RankChangeType type ) : System
type RankChangeType
return System

ConditionRankChangeType() public method

public ConditionRankChangeType ( [ el ) : System
el [
return System

Eval() public method

public Eval ( [ info ) : bool
info [
return bool

Serialize() public method

public Serialize ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement