Minor edit

2016-12-15 21:02:57 +11:00
parent 6e197c37d5
commit 7938fa2196
+3 -3
@@ -56,17 +56,17 @@ This function takes a `Region` userdata as it's parameter. It returns the `y` va
regionAPI.GetWidth([r])
```
This returns the value of `REGION_WIDTH`.
This returns the value of `REGION_WIDTH`. If a `Region` object is given as a parameter, it will instead return the width of that region (this is currently redundant).
```lua
regionAPI.GetHeight([r])
```
This returns the value of `REGION_HEIGHT`.
This returns the value of `REGION_HEIGHT`. If a `Region` object is given as a parameter, it will instead return the height of that region (this is currently redundant).
```lua
regionAPI.GetDepth([r])
```
This returns the value of `REGION_DEPTH`.
This returns the value of `REGION_DEPTH`. If a `Region` object is given as a parameter, it will instead return the depth of that region (this is currently redundant).