App::appGetInt

From RAGE Multiplayer Wiki
Revision as of 16:20, 24 December 2022 by Xabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side Function

 C#  JavaScript


JavaScript Syntax

mp.game.app.appGetInt(property);

Parameters

  • property: String

Return value

  • number

Example

// todo



C# Syntax

RAGE.Game.App.AppGetInt(property);

Parameters

  • property: String

Return value

  • int

Example

// todo