C# Class MapServer.PlayerPK

Mostra file Open project: dream-young-soul/soul Class Usage Examples

Public Methods

Method Description
Die ( BaseObject target ) : void
GetNameType ( ) : int
IsPKing ( ) : bool
PlayerPK ( PlayerObject _play ) : System
ResetPKNameType ( ) : void
Run ( ) : void
SetPKIng ( bool v, bool bCrime = true ) : void

Method Details

Die() public method

public Die ( BaseObject target ) : void
target BaseObject
return void

GetNameType() public method

public GetNameType ( ) : int
return int

IsPKing() public method

public IsPKing ( ) : bool
return bool

PlayerPK() public method

public PlayerPK ( PlayerObject _play ) : System
_play PlayerObject
return System

ResetPKNameType() public method

public ResetPKNameType ( ) : void
return void

Run() public method

public Run ( ) : void
return void

SetPKIng() public method

public SetPKIng ( bool v, bool bCrime = true ) : void
v bool
bCrime bool
return void