Graphics::getScriptGfxPosition

From RAGE Multiplayer Wiki
Revision as of 11:24, 8 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} ===Return value=== *''' {{RageType|GetScriptGfxPositionResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getScriptGfxPosition(x, y) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • x: number
  • y: number

Return value

  • GetScriptGfxPositionResult

Syntax

mp.game.graphics.getScriptGfxPosition(x, y)

Example

//todo


See also