Nebula
Loading...
Searching...
No Matches
Game::Dataset Struct Reference

#include <dataset.h>

Detailed Description

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
 
Viewviews = nullptr
 views into the tables
 

Static Public Attributes

static const uint32_t MAX_COMPONENT_BUFFERS = 64
 

Member Data Documentation

◆ MAX_COMPONENT_BUFFERS

const uint32_t Game::Dataset::MAX_COMPONENT_BUFFERS = 64
static

◆ numViews

uint32_t Game::Dataset::numViews = 0

number of views in views array

◆ views

View* Game::Dataset::views = nullptr

views into the tables


The documentation for this struct was generated from the following file: