|
Pol
Revision:cb584c9
|
#include <target.h>
Inheritance diagram for Pol::Core::NoLosUObjectCursor:Public Member Functions | |
| virtual | ~NoLosUObjectCursor () |
| virtual void | on_target_cursor (Mobile::Character *chr, 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 | |
| NoLosUObjectCursor (void(*func)(Mobile::Character *, UObject *), bool inform_on_cancel=false) | |
Protected Member Functions inherited from Pol::Core::TargetCursor | |
| TargetCursor (bool inform_on_cancel) | |
Private Attributes | |
| void(* | func )(Mobile::Character *, UObject *obj) |
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 396 of file target.cpp.
|
inlinevirtual |
Definition at line 185 of file target.h.
References POL_OVERRIDE.
|
virtual |
Implements Pol::Core::TargetCursor.
Definition at line 402 of file target.cpp.
References cfBEu32, Pol::Core::TargetCursor::inform_on_cancel_, Pol::Core::PKTBI_6C::selected_serial, and Pol::Core::system_find_object().
|
private |