Gameplay::getProfileSetting: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
anyone have a settingid dump?
anyone have a settingid dump?
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">gameplay.getProfileSetting(profileSetting);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.gameplay.getProfileSetting(profileSetting);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''profileSetting:''' int
*'''profileSetting:''' int
Line 8: Line 8:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Gameplay_function_c}}
{{Gameplay_functions_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 10:04, 22 July 2024

anyone have a settingid dump?

Syntax

mp.game.gameplay.getProfileSetting(profileSetting);

Required Arguments

  • profileSetting: int

Return value

  • int

Example

// todo

See also