App::appSetFloat: Difference between revisions
(yay) |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{ClientsideCsJsFunction}} | |||
{{JSContainer| | |||
<syntaxhighlight lang="javascript">mp.game.app.appSetFloat(property, value);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''property:''' {{RageType|String}} | |||
* '''value:''' {{RageType|Number}} | |||
*'''property:''' String | |||
*'''value:''' | {{Example}} | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
// todo | // todo | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= | }} | ||
{{ | |||
{{CSharpContainer| | |||
<syntaxhighlight lang="csharp">RAGE.Game.App.AppSetFloat(property, value);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''property:''' {{RageType|String}} | |||
* '''value:''' {{RageType|float}} | |||
{{Example}} | |||
<syntaxhighlight lang="csharp"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||