C# Class Server.Guilds.AllianceInfo

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

Méthodes publiques

Méthode Description
AddPendingGuild ( Guild g ) : void
AllianceChat ( Server.Mobile from, int hue, string text ) : void
AllianceChat ( Server.Mobile from, string text ) : void
AllianceInfo ( Server.GenericReader reader ) : System
AllianceInfo ( Guild leader, string name, Guild partner ) : System
AllianceMessage ( int number ) : void
AllianceMessage ( int num, bool append, string format ) : void
AllianceMessage ( int number, bool append, string affix, string args ) : void
AllianceMessage ( int number, bool append, string affix, string args, int hue ) : void
AllianceMessage ( int number, string args ) : void
AllianceMessage ( int number, string args, int hue ) : void
AllianceTextMessage ( int hue, string text ) : void
AllianceTextMessage ( string text ) : void
CalculateAllianceLeader ( ) : void
CheckLeader ( ) : void
Disband ( ) : void
InvalidateMemberNotoriety ( ) : void
InvalidateMemberProperties ( ) : void
InvalidateMemberProperties ( bool onlyOPL ) : void
IsMember ( Guild g ) : bool
IsPendingMember ( Guild g ) : bool
RemoveGuild ( Guild g ) : void
Serialize ( Server.GenericWriter writer ) : void
TurnToMember ( Guild g ) : void

Method Details

AddPendingGuild() public méthode

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

AllianceChat() public méthode

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

AllianceChat() public méthode

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

AllianceInfo() public méthode

public AllianceInfo ( Server.GenericReader reader ) : System
reader Server.GenericReader
Résultat System

AllianceInfo() public méthode

public AllianceInfo ( Guild leader, string name, Guild partner ) : System
leader Guild
name string
partner Guild
Résultat System

AllianceMessage() public méthode

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

AllianceMessage() public méthode

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

AllianceMessage() public méthode

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

AllianceMessage() public méthode

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

AllianceMessage() public méthode

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

AllianceMessage() public méthode

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

AllianceTextMessage() public méthode

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

AllianceTextMessage() public méthode

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

CalculateAllianceLeader() public méthode

public CalculateAllianceLeader ( ) : void
Résultat void

CheckLeader() public méthode

public CheckLeader ( ) : void
Résultat void

Disband() public méthode

public Disband ( ) : void
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

IsMember() public méthode

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

IsPendingMember() public méthode

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

RemoveGuild() public méthode

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

Serialize() public méthode

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

TurnToMember() public méthode

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