GET VIEWPORT POS AND SIZE

From GTAMods Wiki
Revision as of 23:33, 13 July 2011 by Jenksta (talk | contribs) (Created page with '{{Native |np=5 |p1t = integer |p1d = Viewport Id |p2t = float pointer |p2d = Position X |p3t = float pointer |p3d = Position Y |p4t = float pointer |p4d =…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GET_VIEWPORT_POS_AND_SIZE
Number of parameters: 5
Parameter #TypeDescription
1.integerViewport Id
2.float pointerPosition X
3.float pointerPosition Y
4.float pointerSize X
5.float pointerSize Y
Return value:
TypeDescription
None

This function gets the position and size of the specified viewport.