Property | Type | Description | |
---|---|---|---|
active_pets | List |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Public dispose method
|
|
PetTracker ( ) : System | ||
commit_pet_action ( string time, string who, int amount, string target, string skill ) : void |
Setup action for the pet to commit on behalf of the owner
|
|
remove ( Pet p ) : void |
Remove a pet from the tracker Players may summon new pets, so they must be removed quickly
|
|
track ( Pet p ) : void |
Add a new pet to be tracked
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Internal dispose
|
public commit_pet_action ( string time, string who, int amount, string target, string skill ) : void | ||
time | string | Time of action |
who | string | Owner of the pet |
amount | int | Amount of damage pet did |
target | string | Pet's target |
skill | string | Skill pet used |
return | void |