|
OpenGothic
Open source reimplementation of Gothic I and II
|
Public Member Functions | |
| BulletsList (DynamicWorld &wrld) | |
| BulletBody * | add (BulletCallback *cb) |
| void | del (BulletBody *b) |
| void | tick (uint64_t dt) |
| void | onMoveNpc (NpcBody &npc, NpcBodyList &list) |
Public Attributes | |
| std::list< BulletBody > | body |
| DynamicWorld & | wrld |
Definition at line 333 of file dynamicworld.cpp.
|
inline |
Definition at line 334 of file dynamicworld.cpp.
|
inline |
Definition at line 337 of file dynamicworld.cpp.
|
inline |
Definition at line 343 of file dynamicworld.cpp.
|
inline |
Definition at line 360 of file dynamicworld.cpp.
|
inline |
Definition at line 352 of file dynamicworld.cpp.
| std::list<BulletBody> DynamicWorld::BulletsList::body |
Definition at line 369 of file dynamicworld.cpp.
| DynamicWorld& DynamicWorld::BulletsList::wrld |
Definition at line 370 of file dynamicworld.cpp.