메소드 | 설명 | |
---|---|---|
ChannelClient ( ) : System.Linq | ||
CleanUp ( ) : void |
Saves characters, despawns and disposes them, etc.
|
|
GetControlledCreatureSafe ( ) : |
Returns controlled creature or throws security exception if it's null.
|
|
GetCreature ( long id ) : |
Returns creature by entity id or null.
|
|
GetCreatureSafe ( long id ) : |
Returns creature or throws security exception if creature couldn't be found in client.
|
|
GetSummonedPetSafe ( long id ) : |
Calls GetCreatureSafe(long) and then checks the pet's master for null.
|
public GetControlledCreatureSafe ( ) : |
||
리턴 |
public GetCreature ( long id ) : |
||
id | long | |
리턴 |
public GetCreatureSafe ( long id ) : |
||
id | long | |
리턴 |
public GetSummonedPetSafe ( long id ) : |
||
id | long | |
리턴 |