levelz-c 0.1.0
Loading...
Searching...
No Matches
Block Struct Reference

#include <block.h>

Public Attributes

char * name
 
BlockProperty ** properties
 
int propertyCount
 
int propertyCapacity
 

Detailed Description

Represents a block in a game level.

Member Data Documentation

◆ name

char* Block::name

The name of the block.

◆ properties

BlockProperty** Block::properties

The properties of the block.

◆ propertyCapacity

int Block::propertyCapacity

The capacity of the properties array.

◆ propertyCount

int Block::propertyCount

The number of properties in the block.


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