App::appGetFloat: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{ClientsideCsJsFunction}}
{{JSContainer|
<syntaxhighlight lang="javascript">mp.game.app.appGetFloat(property);</syntaxhighlight>
{{Parameters}}
* '''property:''' {{RageType|String}}


==Syntax==
<syntaxhighlight lang="javascript">app.appGetFloat(property);</syntaxhighlight>
=== Required Arguments ===
*'''property:''' String
===Return value===
===Return value===
*'''float'''
* {{RageType|float}}
==Example==
 
{{Example}}
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
}}
 
{{CSharpContainer|
<syntaxhighlight lang="csharp">RAGE.Game.App.AppGetFloat(property);</syntaxhighlight>
 
{{Parameters}}
* '''property:''' {{RageType|String}}
 
===Return value===
* {{RageType|float}}
 
{{Example}}
<syntaxhighlight lang="csharp">
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
}}
{{App_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Latest revision as of 11:07, 24 December 2022

Client-Side Function

 C#  JavaScript


JavaScript Syntax

mp.game.app.appGetFloat(property);

Parameters

  • property: String

Return value

  • float

Example

// todo



C# Syntax

RAGE.Game.App.AppGetFloat(property);

Parameters

  • property: String

Return value

  • float

Example

// todo