- [NEW] room:getExit()
This commit is contained in:
@@ -346,6 +346,11 @@ namespace room
|
||||
return door_height[d];
|
||||
}
|
||||
|
||||
uint8_t getExit(const int d)
|
||||
{
|
||||
return exits[d];
|
||||
}
|
||||
|
||||
uint8_t getColor()
|
||||
{
|
||||
return color;
|
||||
|
||||
@@ -29,6 +29,7 @@ namespace room
|
||||
vec3_t getMax();
|
||||
uint8_t getDoors();
|
||||
uint8_t getDoor(const int d);
|
||||
uint8_t getExit(const int d);
|
||||
uint8_t getColor();
|
||||
|
||||
namespace editor
|
||||
|
||||
Reference in New Issue
Block a user