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