C# Class DarkEmu_GameServer.party

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
IsFormed bool
LeaderID int
Members List
MembersClient List
Type byte
maxlevel byte
minlevel byte
partyname string
ptid int
ptpurpose byte

Méthodes publiques

Méthode Description
Dispose ( ) : void
Send ( byte buff ) : void
UpdateCoordinate ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Send() public méthode

public Send ( byte buff ) : void
buff byte
Résultat void

UpdateCoordinate() public méthode

public UpdateCoordinate ( ) : void
Résultat void

Property Details

IsFormed public_oe property

public bool IsFormed
Résultat bool

LeaderID public_oe property

public int LeaderID
Résultat int

Members public_oe property

public List Members
Résultat List

MembersClient public_oe property

public List MembersClient
Résultat List

Type public_oe property

public byte Type
Résultat byte

maxlevel public_oe property

public byte maxlevel
Résultat byte

minlevel public_oe property

public byte minlevel
Résultat byte

partyname public_oe property

public string partyname
Résultat string

ptid public_oe property

public int ptid
Résultat int

ptpurpose public_oe property

public byte ptpurpose
Résultat byte