Jump to content
Toggle sidebar
RAGE Multiplayer Wiki
Search
Log in
Personal tools
Log in
Navigation
Main page
Recent changes
Random page
Help
Help
FAQ
Tutorials
Server-side NodeJS
Events
Functions
Client-side Javascript
Events
Functions
Server-side .NET C#
Events
Functions
Client-side .NET C#
Events
Functions
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
App::appSetFloat
Page
Discussion
English
Read
View source
View history
More
Read
View source
View history
From RAGE Multiplayer Wiki
Revision as of 16:21, 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
.
appSetFloat
(
property
,
value
);
Parameters
property:
String
value:
Number
Example
// todo
C# Syntax
RAGE
.
Game
.
App
.
AppSetFloat
(
property
,
value
);
Parameters
property:
String
value:
float
Example
// todo