App::appGetInt

From RAGE Multiplayer Wiki

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