|
Pol
Revision:cb584c9
|
#include <target.h>
Inheritance diagram for Pol::Core::NoLosCharacterCursor:Public Member Functions | |
| virtual | ~NoLosCharacterCursor () |
| virtual void | on_target_cursor (Mobile::Character *, PKTBI_6C *msg) POL_OVERRIDE |
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 | |
| NoLosCharacterCursor (void(*func)(Mobile::Character *targetter, Mobile::Character *targetted)) | |
Protected Member Functions inherited from Pol::Core::TargetCursor | |
| TargetCursor (bool inform_on_cancel) | |
Private Attributes | |
| void(* | func )(Mobile::Character *targetter, Mobile::Character *targetted) |
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 380 of file target.cpp.
|
inlinevirtual |
Definition at line 166 of file target.h.
References POL_OVERRIDE.
|
virtual |
Implements Pol::Core::TargetCursor.
Definition at line 386 of file target.cpp.
References cfBEu32, Pol::Core::find_character(), and Pol::Core::PKTBI_6C::selected_serial.
|
private |