|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <focus.h>
Public Member Functions | |
| Focus ()=default | |
| Focus (Interactive &i) | |
| Focus (Npc &i) | |
| Focus (Item &i) | |
| operator bool () const | |
| Tempest::Vec3 | displayPosition () const |
| std::string_view | displayName () const |
Public Attributes | |
| Interactive * | interactive =nullptr |
| Npc * | npc =nullptr |
| Item * | item =nullptr |
|
default |
| Focus::Focus | ( | Interactive & | i | ) |
| Interactive* Focus::interactive =nullptr |