v2.33
 
Room grid types

Variables

const int Ceiling = 2
 The face considered as room ceiling.
 
const int Floor = 1
 The face considered as room floor.
 
const int Undefined = 0
 Undefined grid.
 
const int Wall = 3
 The face considered as room wall face (side surface)