

Public Member Functions | |
| Npc_timer (Npc_timer_list *l, int start_delay=0) | |
| virtual | ~Npc_timer () |
Protected Member Functions | |
| uint32 | get_minute () |
Protected Attributes | |
| Npc_timer_list * | list |
Definition at line 42 of file npctime.cc.
| Npc_timer::Npc_timer | ( | Npc_timer_list * | l, | |
| int | start_delay = 0 | |||
| ) |
Definition at line 290 of file npctime.cc.
References Time_queue::add(), Game::get_ticks(), Game_window::get_tqueue(), and gwin.
Here is the call graph for this function:

| Npc_timer::~Npc_timer | ( | ) | [virtual] |
Definition at line 303 of file npctime.cc.
References Game_window::get_instance(), Game_window::get_tqueue(), and Time_queue::remove().
Here is the call graph for this function:

| uint32 Npc_timer::get_minute | ( | ) | [protected] |
Definition at line 278 of file npctime.cc.
References Game_window::get_instance(), and gwin.
Referenced by Npc_hunger_timer::Npc_hunger_timer().
Here is the call graph for this function:

Npc_timer_list* Npc_timer::list [protected] |
Definition at line 45 of file npctime.cc.
Referenced by Npc_invisibility_timer::~Npc_invisibility_timer(), Npc_protection_timer::~Npc_protection_timer(), and Npc_sleep_timer::~Npc_sleep_timer().
1.5.1