Subastra
Loading...
Searching...
No Matches
Data Fields
block_t Struct Reference

#include <construct.h>

Collaboration diagram for block_t:
Collaboration graph
[legend]

Data Fields

block_kind_t kind
 
vec2i offset
 
int orientation
 
union { 
 
   struct { 
 
      chip_t   chip 
 
   }   as_chip 
 
   struct { 
 
      byte   throttle 
 
   }   as_thruster 
 
};  
 

Field Documentation

◆ [union]

union { ... }

◆ [struct]

struct { ... } as_chip

◆ [struct]

struct { ... } as_thruster

◆ chip

chip_t chip

◆ kind

◆ offset

vec2i offset

◆ orientation

int orientation

◆ throttle

byte throttle