|
Pol
Revision:cb584c9
|
#include <target.h>
Inheritance diagram for Pol::Core::LosCheckedCoordCursor:Public Member Functions | |
| virtual | ~LosCheckedCoordCursor () |
| virtual void | on_target_cursor (Mobile::Character *, PKTBI_6C *msg) POL_OVERRIDE |
| bool | send_coord_cursor (Network::Client *client) |
Public Member Functions inherited from Pol::Core::TargetCursor | |
| virtual | ~TargetCursor () |
| void | cancel (Mobile::Character *chr) |
| void | handle_target_cursor (Mobile::Character *targetter, PKTBI_6C *msg) |
| bool | send_object_cursor (Network::Client *client, PKTBI_6C::CURSOR_TYPE crstype=PKTBI_6C::CURSOR_TYPE_NEUTRAL) |
Protected Member Functions | |
| LosCheckedCoordCursor (void(*func)(Mobile::Character *, PKTBI_6C *msg), bool inform_on_cancel=false) | |
Protected Member Functions inherited from Pol::Core::TargetCursor | |
| TargetCursor (bool inform_on_cancel) | |
Private Attributes | |
| void(* | func_ )(Mobile::Character *, PKTBI_6C *) |
Friends | |
| struct | Cursors |
Additional Inherited Members | |
Public Attributes inherited from Pol::Core::TargetCursor | |
| u32 | cursorid_ |
Protected Attributes inherited from Pol::Core::TargetCursor | |
| bool | inform_on_cancel_ |
|
protected |
Definition at line 318 of file target.cpp.
|
inlinevirtual |
Definition at line 123 of file target.h.
References POL_OVERRIDE.
|
virtual |
Implements Pol::Core::TargetCursor.
Definition at line 343 of file target.cpp.
| bool Pol::Core::LosCheckedCoordCursor::send_coord_cursor | ( | Network::Client * | client | ) |
Definition at line 324 of file target.cpp.
References Pol::Network::Client::chr, Pol::Core::PKTBI_6C::CURSOR_TYPE_NEUTRAL, Pol::Core::TargetCursor::cursorid_, Pol::Network::PktHelper::PacketOut< T >::Send(), Pol::Mobile::Character::target_cursor_busy(), Pol::Mobile::Character::tcursor2, and Pol::Core::PKTBI_6C::UNK1_01.
Referenced by Pol::Module::UOExecutorModule::mf_TargetCoordinates().
|
private |