Native referenceRedM

_BG_SET_TEXT_SCALE

0xA1253A3C870B6843 UIDEBUG
FUNCTION SIGNATURE
void _BG_SET_TEXT_SCALE(`scaleX` (float), `scaleY` (float));
Property Value
Native Name _BG_SET_TEXT_SCALE
Hash 0xA1253A3C870B6843
Return Type void
Build 1355
Parameters scaleX (float), scaleY (float)

Parameters

  • scaleX (float)
  • scaleY (float)

Usage

Lua (Direct):

BgSetTextScale(scaleX, scaleY)

Lua (Hash):

Citizen.InvokeNative(0xA1253A3C870B6843, scaleX, scaleY)

End of UIDEBUG natives

Back to UIDEBUG