C# 클래스 SWLOR.Game.Server.NWN._

파일 보기 프로젝트 열기: zunath/SWLOR_NWN

공개 메소드들

메소드 설명
AddToParty ( uint oPC, uint oPartyLeader ) : void

Add oPC to oPartyLeader's party. This will only work on two PCs. - oPC: player to add to a party - oPartyLeader: player already in the party

RemoveFromParty ( uint oPC ) : void

Remove oPC from their current party. This will only work on a PC. - oPC: removes this player from whatever party they're currently in.

SetPanelButtonFlash ( uint oPlayer, int nButton, int nEnableFlash ) : void

Make the corresponding panel button on the player's client start or stop flashing. - oPlayer - nButton: PANEL_BUTTON_* - nEnableFlash: if this is true nButton will start flashing. It if is false, nButton will stop flashing.

메소드 상세

AddToParty() 공개 정적인 메소드

Add oPC to oPartyLeader's party. This will only work on two PCs. - oPC: player to add to a party - oPartyLeader: player already in the party
public static AddToParty ( uint oPC, uint oPartyLeader ) : void
oPC uint
oPartyLeader uint
리턴 void

RemoveFromParty() 공개 정적인 메소드

Remove oPC from their current party. This will only work on a PC. - oPC: removes this player from whatever party they're currently in.
public static RemoveFromParty ( uint oPC ) : void
oPC uint
리턴 void

SetPanelButtonFlash() 공개 정적인 메소드

Make the corresponding panel button on the player's client start or stop flashing. - oPlayer - nButton: PANEL_BUTTON_* - nEnableFlash: if this is true nButton will start flashing. It if is false, nButton will stop flashing.
public static SetPanelButtonFlash ( uint oPlayer, int nButton, int nEnableFlash ) : void
oPlayer uint
nButton int
nEnableFlash int
리턴 void