Region3: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac New page: ==Region3== A Region3 is a userdata that holds three values inside of it. It holds three Vector3 values, which each hold three more numbers. ==Constructors== {|border="1" cellspa... |
>MrNicNac New page: ==Region3== A Region3 is a userdata that holds three values inside of it. It holds three Vector3 values, which each hold three more numbers. ==Constructors== {|border="1" cellspa... |
(No difference)
|
Revision as of 04:30, 9 April 2011
Region3
A Region3 is a userdata that holds three values inside of it. It holds three Vector3 values, which each hold three more numbers.
Constructors
Constructor | Description |
---|---|
Region3.new(Vector3, Vector3, Vector3) | Creates a new Region3 out of three Vector3 values. |