C# Class Server.Guilds.AllianceInfo

Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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 method

public AddPendingGuild ( Guild g ) : void
g Guild
return void

AllianceChat() public method

public AllianceChat ( Server.Mobile from, int hue, string text ) : void
from Server.Mobile
hue int
text string
return void

AllianceChat() public method

public AllianceChat ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
return void

AllianceInfo() public method

public AllianceInfo ( Server.GenericReader reader ) : System
reader Server.GenericReader
return System

AllianceInfo() public method

public AllianceInfo ( Guild leader, string name, Guild partner ) : System
leader Guild
name string
partner Guild
return System

AllianceMessage() public method

public AllianceMessage ( int number ) : void
number int
return void

AllianceMessage() public method

public AllianceMessage ( int num, bool append, string format ) : void
num int
append bool
format string
return void

AllianceMessage() public method

public AllianceMessage ( int number, bool append, string affix, string args ) : void
number int
append bool
affix string
args string
return void

AllianceMessage() public method

public AllianceMessage ( int number, bool append, string affix, string args, int hue ) : void
number int
append bool
affix string
args string
hue int
return void

AllianceMessage() public method

public AllianceMessage ( int number, string args ) : void
number int
args string
return void

AllianceMessage() public method

public AllianceMessage ( int number, string args, int hue ) : void
number int
args string
hue int
return void

AllianceTextMessage() public method

public AllianceTextMessage ( int hue, string text ) : void
hue int
text string
return void

AllianceTextMessage() public method

public AllianceTextMessage ( string text ) : void
text string
return void

CalculateAllianceLeader() public method

public CalculateAllianceLeader ( ) : void
return void

CheckLeader() public method

public CheckLeader ( ) : void
return void

Disband() public method

public Disband ( ) : void
return void

InvalidateMemberNotoriety() public method

public InvalidateMemberNotoriety ( ) : void
return void

InvalidateMemberProperties() public method

public InvalidateMemberProperties ( ) : void
return void

InvalidateMemberProperties() public method

public InvalidateMemberProperties ( bool onlyOPL ) : void
onlyOPL bool
return void

IsMember() public method

public IsMember ( Guild g ) : bool
g Guild
return bool

IsPendingMember() public method

public IsPendingMember ( Guild g ) : bool
g Guild
return bool

RemoveGuild() public method

public RemoveGuild ( Guild g ) : void
g Guild
return void

Serialize() public method

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
return void

TurnToMember() public method

public TurnToMember ( Guild g ) : void
g Guild
return void