Box:WithinBoxY

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxWithinBoxY( * The coordinate describing the y value to test for insideness. )
Description:
Tells whether an y coordinate is within the Box's y-range or not.
ReturnsInside the box or not in the y axis.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools