C# Class Server.Guilds.Guild

Inheritance: BaseGuild
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Свойство Type Description
AbbrevLimit int
InactiveTime System.TimeSpan
MajorityPercentage int
NameLimit int
RegistrationFee int

Private Properties

Свойство Type Description
GuildProps_OnCommand void
VerifyGuild_Callback void

Méthodes publiques

Méthode Description
AddAlly ( Guild g ) : void
AddEnemy ( Guild g ) : void
AddMember ( Server.Mobile m ) : void
CalculateGuildmaster ( ) : void
CanBeVotedFor ( Server.Mobile m ) : bool
CanVote ( Server.Mobile m ) : bool
CheckExpiredWars ( ) : void
Configure ( ) : void
Deserialize ( Server.GenericReader reader ) : void
Disband ( ) : void
EventSink_CreateGuild ( CreateGuildEventArgs args ) : BaseGuild
FindActiveWar ( Guild g ) : WarDeclaration
FindPendingWar ( Guild g ) : WarDeclaration
GetAllianceLeader ( Guild g ) : Guild
Guild ( Server.Mobile leader, string name, string abbreviation ) : System
Guild ( int id ) : System
GuildChat ( Server.Mobile from, int hue, string text ) : void
GuildChat ( Server.Mobile from, string text ) : void
GuildMessage ( int number ) : void
GuildMessage ( int num, bool append, string format ) : void
GuildMessage ( int number, bool append, string affix, string args ) : void
GuildMessage ( int number, bool append, string affix, string args, int hue ) : void
GuildMessage ( int number, string args ) : void
GuildMessage ( int number, string args, int hue ) : void
GuildTextMessage ( int hue, string text ) : void
GuildTextMessage ( string text ) : void
HandleDeath ( Server.Mobile victim ) : void
HandleDeath ( Server.Mobile victim, Server.Mobile killer ) : void
InvalidateMemberNotoriety ( ) : void
InvalidateMemberProperties ( ) : void
InvalidateMemberProperties ( bool onlyOPL ) : void
InvalidateWarNotoriety ( ) : void
IsAlly ( Guild g ) : bool
IsEnemy ( Guild g ) : bool
IsMember ( Server.Mobile m ) : bool
IsWar ( Guild g ) : bool
OnDelete ( Server.Mobile mob ) : void
RemoveAlly ( Guild g ) : void
RemoveEnemy ( Guild g ) : void
RemoveMember ( Server.Mobile m ) : void
RemoveMember ( Server.Mobile m, int message ) : void
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Méthode Description
GuildProps_OnCommand ( CommandEventArgs e ) : void
VerifyGuild_Callback ( ) : void

Method Details

AddAlly() public méthode

public AddAlly ( Guild g ) : void
g Guild
Résultat void

AddEnemy() public méthode

public AddEnemy ( Guild g ) : void
g Guild
Résultat void

AddMember() public méthode

public AddMember ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

CalculateGuildmaster() public méthode

public CalculateGuildmaster ( ) : void
Résultat void

CanBeVotedFor() public méthode

public CanBeVotedFor ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool

CanVote() public méthode

public CanVote ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool

CheckExpiredWars() public méthode

public CheckExpiredWars ( ) : void
Résultat void

Configure() public static méthode

public static Configure ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Résultat void

Disband() public méthode

public Disband ( ) : void
Résultat void

EventSink_CreateGuild() public static méthode

public static EventSink_CreateGuild ( CreateGuildEventArgs args ) : BaseGuild
args Server.CreateGuildEventArgs
Résultat BaseGuild

FindActiveWar() public méthode

public FindActiveWar ( Guild g ) : WarDeclaration
g Guild
Résultat WarDeclaration

FindPendingWar() public méthode

public FindPendingWar ( Guild g ) : WarDeclaration
g Guild
Résultat WarDeclaration

GetAllianceLeader() public static méthode

public static GetAllianceLeader ( Guild g ) : Guild
g Guild
Résultat Guild

Guild() public méthode

public Guild ( Server.Mobile leader, string name, string abbreviation ) : System
leader Server.Mobile
name string
abbreviation string
Résultat System

Guild() public méthode

public Guild ( int id ) : System
id int
Résultat System

GuildChat() public méthode

public GuildChat ( Server.Mobile from, int hue, string text ) : void
from Server.Mobile
hue int
text string
Résultat void

GuildChat() public méthode

public GuildChat ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
Résultat void

GuildMessage() public méthode

public GuildMessage ( int number ) : void
number int
Résultat void

GuildMessage() public méthode

public GuildMessage ( int num, bool append, string format ) : void
num int
append bool
format string
Résultat void

GuildMessage() public méthode

public GuildMessage ( int number, bool append, string affix, string args ) : void
number int
append bool
affix string
args string
Résultat void

GuildMessage() public méthode

public GuildMessage ( int number, bool append, string affix, string args, int hue ) : void
number int
append bool
affix string
args string
hue int
Résultat void

GuildMessage() public méthode

public GuildMessage ( int number, string args ) : void
number int
args string
Résultat void

GuildMessage() public méthode

public GuildMessage ( int number, string args, int hue ) : void
number int
args string
hue int
Résultat void

GuildTextMessage() public méthode

public GuildTextMessage ( int hue, string text ) : void
hue int
text string
Résultat void

GuildTextMessage() public méthode

public GuildTextMessage ( string text ) : void
text string
Résultat void

HandleDeath() public static méthode

public static HandleDeath ( Server.Mobile victim ) : void
victim Server.Mobile
Résultat void

HandleDeath() public static méthode

public static HandleDeath ( Server.Mobile victim, Server.Mobile killer ) : void
victim Server.Mobile
killer Server.Mobile
Résultat void

InvalidateMemberNotoriety() public méthode

public InvalidateMemberNotoriety ( ) : void
Résultat void

InvalidateMemberProperties() public méthode

public InvalidateMemberProperties ( ) : void
Résultat void

InvalidateMemberProperties() public méthode

public InvalidateMemberProperties ( bool onlyOPL ) : void
onlyOPL bool
Résultat void

InvalidateWarNotoriety() public méthode

public InvalidateWarNotoriety ( ) : void
Résultat void

IsAlly() public méthode

public IsAlly ( Guild g ) : bool
g Guild
Résultat bool

IsEnemy() public méthode

public IsEnemy ( Guild g ) : bool
g Guild
Résultat bool

IsMember() public méthode

public IsMember ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool

IsWar() public méthode

public IsWar ( Guild g ) : bool
g Guild
Résultat bool

OnDelete() public méthode

public OnDelete ( Server.Mobile mob ) : void
mob Server.Mobile
Résultat void

RemoveAlly() public méthode

public RemoveAlly ( Guild g ) : void
g Guild
Résultat void

RemoveEnemy() public méthode

public RemoveEnemy ( Guild g ) : void
g Guild
Résultat void

RemoveMember() public méthode

public RemoveMember ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

RemoveMember() public méthode

public RemoveMember ( Server.Mobile m, int message ) : void
m Server.Mobile
message int
Résultat void

Serialize() public méthode

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Résultat void

Property Details

AbbrevLimit public_oe static_oe property

public static int AbbrevLimit
Résultat int

InactiveTime public_oe static_oe property

public static TimeSpan,System InactiveTime
Résultat System.TimeSpan

MajorityPercentage public_oe static_oe property

public static int MajorityPercentage
Résultat int

NameLimit public_oe static_oe property

public static int NameLimit
Résultat int

RegistrationFee public_oe static_oe property

public static int RegistrationFee
Résultat int