|
Pol
Rev 533
|
#include <target.h>
Inheritance diagram for LosCheckedCoordCursor:
Collaboration diagram for LosCheckedCoordCursor:Public Member Functions | |
| LosCheckedCoordCursor (void(*func)(Character *, PKTBI_6C *msg), bool inform_on_cancel=false) | |
| virtual | ~LosCheckedCoordCursor () |
| virtual void | on_target_cursor (Character *, PKTBI_6C *msg) |
| bool | send_coord_cursor (Client *client) |
Private Attributes | |
| void(* | func_ )(Character *, PKTBI_6C *) |
| LosCheckedCoordCursor::LosCheckedCoordCursor | ( | void(*)(Character *, PKTBI_6C *msg) | func, |
| bool | inform_on_cancel = false |
||
| ) |
Definition at line 345 of file target.cpp.
| virtual LosCheckedCoordCursor::~LosCheckedCoordCursor | ( | ) | [inline, virtual] |
| void LosCheckedCoordCursor::on_target_cursor | ( | Character * | chr, |
| PKTBI_6C * | msg | ||
| ) | [virtual] |
Implements TargetCursor.
Definition at line 373 of file target.cpp.
| bool LosCheckedCoordCursor::send_coord_cursor | ( | Client * | client | ) |
Definition at line 353 of file target.cpp.
References PacketWriterDefs::PacketWriter< _id, _size, _sub >::buffer, Client::chr, PKTBI_6C::CURSOR_TYPE_NEUTRAL, TargetCursor::cursorid_, PktHelper::PacketOut< T >::Send(), Character::target_cursor_busy(), Character::tcursor2, PKTBI_6C::UNK1_01, PacketWriterDefs::PacketWriter< _id, _size, _sub >::Write(), and PacketWriterDefs::PacketWriter< _id, _size, _sub >::WriteFlipped().
Here is the call graph for this function:void(* LosCheckedCoordCursor::func_)(Character *, PKTBI_6C *) [private] |