From 7938fa21967f0bbf8fefbdfe3ca24c7ed7049929 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 15 Dec 2016 21:02:57 +1100 Subject: [PATCH] Minor edit --- Region-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Region-API.md b/Region-API.md index 8219ce6..1de4e4f 100644 --- a/Region-API.md +++ b/Region-API.md @@ -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).