Minor edit
+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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user