|
Nebula
|
#include <dataset.h>
A dataset that contains views into category tables.
Contains the results of a query made via a Game::World.
These are created by querying the world database.
Classes | |
| struct | View |
| This represents a "view" into an entity table. More... | |
Public Attributes | |
| uint32_t | numViews = 0 |
| number of views in views array | |
| View * | views = nullptr |
| views into the tables | |
Static Public Attributes | |
| static const uint32_t | MAX_COMPONENT_BUFFERS = 64 |
|
static |
| uint32_t Game::Dataset::numViews = 0 |
number of views in views array
| View* Game::Dataset::views = nullptr |
views into the tables