Mod API Reference:RectangleVM: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
No edit summary
DanWL60 (talk | contribs)
mNo edit summary
 
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)