#include <block.h>
Public Member Functions | |
| BlockLoadData () | |
Public Attributes | |
| unsigned int | chunk_position |
| The position of the chunk. | |
| unsigned int | chunk_size |
| The size of the chunnk. | |
| BlockType | block_type |
| The type of the block. | |
| int | block_id |
| The ID of the block. | |
| Block * | scene_block |
| A pointer to the scene block. | |
| std::vector< int > | dependencies |
| An array with the dependencies. | |
| ScEng::BlockLoadData::BlockLoadData | ( | ) |
Constructor Sets all variables to zero and the scene_block to NULL
1.5.1-p1