|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <perceptionmsg.h>
Public Attributes | |
| int32_t | what =0 |
| Tempest::Vec3 | pos |
| Npc * | self =nullptr |
| Npc * | other =nullptr |
| Npc * | victim =nullptr |
| size_t | item =size_t(-1) |
Definition at line 8 of file perceptionmsg.h.
| size_t PerceptionMsg::item =size_t(-1) |
Definition at line 15 of file perceptionmsg.h.
| Npc* PerceptionMsg::other =nullptr |
Definition at line 13 of file perceptionmsg.h.
| Tempest::Vec3 PerceptionMsg::pos |
Definition at line 11 of file perceptionmsg.h.
| Npc* PerceptionMsg::self =nullptr |
Definition at line 12 of file perceptionmsg.h.
| Npc* PerceptionMsg::victim =nullptr |
Definition at line 14 of file perceptionmsg.h.
| int32_t PerceptionMsg::what =0 |
Definition at line 10 of file perceptionmsg.h.