C# Класс DamageTracker.PetTracker

PetTracker to track all pet actions
Наследование: IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
active_pets List

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Internal dispose

Описание методов

Dispose() публичный Метод

Public dispose method
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Internal dispose
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

PetTracker() публичный Метод

public PetTracker ( ) : System
Результат System

commit_pet_action() публичный Метод

Setup action for the pet to commit on behalf of the owner
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
Результат void

remove() публичный Метод

Remove a pet from the tracker Players may summon new pets, so they must be removed quickly
public remove ( Pet p ) : void
p Pet
Результат void

track() публичный Метод

Add a new pet to be tracked
public track ( Pet p ) : void
p Pet
Результат void

Описание свойств

active_pets публичное свойство

public List active_pets
Результат List