|
eris
1.4.0
A WorldForge client library.
|


Public Member Functions | |
| EntityRef (View &v, const std::string &eid) | |
| EntityRef (Entity *) | |
| EntityRef (const EntityRef &ref) | |
| EntityRef (EntityRef &&ref) noexcept | |
| EntityRef & | operator= (const EntityRef &ref) |
| const Entity & | operator* () const |
| Entity & | operator* () |
| const Entity * | operator-> () const |
| Entity * | operator-> () |
| Entity * | get () const |
| operator bool () const | |
| bool | operator! () const |
| bool | operator== (const EntityRef &e) const |
| bool | operator== (const Entity *e) const |
| bool | operator< (const EntityRef &e) const |
Public Attributes | |
| sigc::signal< void, Entity *, Entity * > | Changed |
Definition at line 14 of file EntityRef.h.
Emitted when value changes. First parameter is new value, second is old value.
Definition at line 87 of file EntityRef.h.