C# Class RocketRegions.Model.Flag.BoolFlag

Inheritance: RegionFlag
Datei anzeigen Open project: Trojaner25/Rocket-Regions

Public Methods

Method Description
GetValueSafe ( ) : bool
GetValueSafe ( Group group ) : bool
ParseValue ( IRocketPlayer caller, Region region, string command, string &shownValue, Group group = Group.ALL ) : bool

Method Details

GetValueSafe() public method

public GetValueSafe ( ) : bool
return bool

GetValueSafe() public method

public GetValueSafe ( Group group ) : bool
group Group
return bool

ParseValue() public method

public ParseValue ( IRocketPlayer caller, Region region, string command, string &shownValue, Group group = Group.ALL ) : bool
caller IRocketPlayer
region Region
command string
shownValue string
group Group
return bool