Graphics::registerTextFontId: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{JSContainer| === Required Arguments === *'''name:''' string ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.registerTextFontId(name); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_s_function_c}} Category:Clientside API")
 
(changed return value)
 
Line 5: Line 5:
   
   
===Return value===
===Return value===
*'''void'''
*'''fontid''' {{RageType|Number}}


==Syntax==
==Syntax==

Latest revision as of 20:11, 25 April 2024

JavaScript Syntax


Required Arguments

  • name: string

Return value

  • fontid Number

Syntax

mp.game.graphics.registerTextFontId(name);

Example

//todo


See also