Lua min max object - VanaDev/Vana GitHub Wiki

Table of Contents

Example Min/Max Object

 range = {
 	["min"] = 0,
 	["max"] = 10,
 };

Properties

min

Required: Conditional

Type: number

Notes: Indicates the minimum for the specified range. The caller will determine whether or not the field is required.

max

Required: Conditional

Type: number

Notes: Indicates the maximum for the specified range. The caller will determine whether or not the field is required.

⚠️ **GitHub.com Fallback** ⚠️