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'': *..."
 
No edit summary
Line 4: Line 4:
* '''Right''' ''number'':  
* '''Right''' ''number'':  
* '''Top''' ''number'':
* '''Top''' ''number'':
Create one with WL.RectangleVM.Create(left, top, right, bottom)

Revision as of 01:50, 26 October 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)