Mod API Reference:RectangleVM: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Created page with "'''RectangleVM''': Represents a rectangle, as defined by the coordinates of its four sides. * '''Bottom''' ''number'': * '''Left''' ''number'': * '''Right''' ''number'': *..."
 
DanWL60 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
* '''Right''' ''number'':  
* '''Right''' ''number'':  
* '''Top''' ''number'':
* '''Top''' ''number'':
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)