App::appGetInt: Difference between revisions
(yay) |
No edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{ClientsideCsJsFunction}} | |||
{{JSContainer| | |||
<syntaxhighlight lang="javascript">mp.game.app.appGetInt(property);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''property:''' {{RageType|String}} | |||
===Return value=== | |||
* {{RageType|number}} | |||
{{Example}} | |||
<syntaxhighlight lang="javascript"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||
{{CSharpContainer| | |||
<syntaxhighlight lang="csharp">RAGE.Game.App.AppGetInt(property);</syntaxhighlight> | |||
{{Parameters}} | |||
* '''property:''' {{RageType|String}} | |||
===Return value=== | |||
* {{RageType|int}} | |||
{{Example}} | |||
<syntaxhighlight lang="csharp"> | |||
// todo | |||
</syntaxhighlight> | |||
}} | |||