Mod API Reference:RectangleVM

m
 
Line 6: Line 6:
  
 
Create one with WL.RectangleVM.Create(left, top, right, bottom)
 
Create one with WL.RectangleVM.Create(left, top, right, bottom)
 +
 +
[[Category:Mod API Reference]]

Latest revision as of 13:51, 21 November 2022

RectangleVM: Represents a rectangle, as defined by the coordinates of its four sides.

  • Bottom number:
  • Left number:
  • Right number:
  • Top number:

Create one with WL.RectangleVM.Create(left, top, right, bottom)