Client-side functions: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "==Event functions== {{Event_functions}} ==Entity functions== {{Entity_function}} ==UI functions== {{UI_function}} ru:Client-side functions")
 
 
(191 intermediate revisions by 31 users not shown)
Line 1: Line 1:
==Event functions==
{{Event_functions}}


==Entity functions==
==RAGE Classes==
{{Entity_function}}
===Entity pool===
{{EntityPool_Client_functions}}


==UI functions==
===Blip===
{{UI_function}}
{{Blip_definition_c}}


[[ru:Client-side functions]]
===Browser===
{{Browser_definition_c}}
 
===Camera===
{{Camera_definition_c}}
 
===Checkpoint===
*[[Checkpoint::Checkpoint]]
 
===Dummy Entity===
{{Dummies_definition_c}}
 
===Entity===
{{Entity_definition_c}}
 
===Label===
{{Label_definition_c}}
 
===Marker===
{{Marker_definition_c}}
 
===Object===
{{Object_definition_c}}
 
===Peds===
*[[Ped::Ped]]
 
===Pickup===
*[[Pickup::Pickup]]
 
===Player===
{{Player_definition_c}}
 
===Vector3===
{{Vector3_definition}}
 
===Vehicle===
{{Vehicle_definition_c}}
 
==RAGE Static Objects==
===Globals===
{{Global_properties_c}}
 
=== Console ===
{{Console_definition_c}}
 
===Cursor===
{{Cursor_definition_c}}
 
===Discord===
*[[Discord::update|mp.discord.update]]
*[[Discord::requestOAuth2|mp.discord.requestOAuth2]]
 
===Event===
{{Event_functions_c}}
 
===Gui===
{{Gui_definition_c}}
 
===Keys===
{{Keys_functions_c}}
 
===Nametags===
{{Nametags_functions_c}}
 
===Preferences===
{{Preferences_definition_c}}
 
===Raycasting===
{{Raycast_functions_c}}
 
===Storage===
{{Storage_definition_c}}
 
===System===
*Functions:
**[[system.notify()|mp.system.notify]]
*Properties:
**[[system.isFullscreen|mp.system.isFullscreen]]
**[[system.isFocused|mp.system.isFocused]]
 
===Voice chat===
{{Voicechat}}
 
==Game Static Objects==
===Game Globals===
{{GameGlobals}}
 
*Properties:
**[[Client-side_functions#App|mp.game.app]]
**[[Client-side_functions#Audio|mp.game.audio]]
**[[Client-side_functions#Brain|mp.game.brain]]
**[[Client-side_functions#Cam|mp.game.cam]]
**[[Client-side_functions#Controls|mp.game.controls]]
**[[Client-side_functions#Cutscene|mp.game.cutscene]]
**[[Client-side_functions#Datafile|mp.game.datafile]]
**[[Client-side_functions#Decisionevent|mp.game.decisionevent]]
**[[Client-side_functions#Decorator|mp.game.decorator]]
**[[Client-side_functions#Task|mp.game.task]]
**[[Client-side_functions#Dlc1|mp.game.dlc1]]
**[[Client-side_functions#Dlc2|mp.game.dlc2]]
**[[Client-side_functions#GameEntity|mp.game.entity]]
**[[Client-side_functions#Fire|mp.game.fire]]
**[[Client-side_functions#Gameplay|mp.game.gameplay]]
**[[Client-side_functions#Graphics|mp.game.graphics]]
**[[Client-side_functions#GXT|mp.game.gxt]]
**[[Client-side_functions#Interior|mp.game.interior]]
**[[Client-side_functions#Itemset|mp.game.itemset]]
**[[Client-side_functions#Mobile|mp.game.mobile]]
**[[Client-side_functions#Object|mp.game.object]]
**[[Client-side_functions#Pathfind|mp.game.pathfind]]
**[[Client-side_functions#Ped|mp.game.ped]]
**[[Client-side_functions#Player|mp.game.player]]
**[[Client-side_functions#Rope|mp.game.rope]]
**[[Client-side_functions#Script|mp.game.script]]
**[[Client-side_functions#Stats|mp.game.stats]]
**[[Client-side_functions#Streaming|mp.game.streaming]]
**[[Client-side_functions#System (Game)|mp.game.system]]
**[[Client-side_functions#Time|mp.game.time]]
**[[Client-side_functions#Ui|mp.game.ui]]
**[[Client-side_functions#Unk|mp.game.unk]]
**[[Client-side_functions#Recorder|mp.game.recorder]]
**[[Client-side_functions#Vehicle|mp.game.vehicle]]
**[[Client-side_functions#Water|mp.game.water]]
**[[Client-side_functions#Weapon|mp.game.weapon]]
**[[Client-side_functions#Worldprobe|mp.game.worldprobe]]
**[[Client-side_functions#Zone|mp.game.zone]]
**[[Client-side_functions#Replay|mp.game.replay]]
**[[Client-side_functions#GameClock|mp.game.clock]]
**[[Client-side_functions#GameFiles|mp.game.files]]
 
===App===
{{App_functions_c}}
 
===Audio===
{{Audio_functions_c}}
 
===Brain===
{{Brain_functions_c}}
 
===Cam===
{{Cam_functions_c}}
 
===Controls===
{{Controls_functions_c}}
 
===Task===
{{Task_functions_c}}
 
===GameEntity===
{{Entity_functions_c}}
 
===Cutscene===
{{Cutscene_functions_c}}
 
===Datafile===
{{Datafile_functions_c}}
 
===Decisionevent===
{{Decisionevent_functions_c}}
 
===Decorator===
*[[Decorator::decorIsRegisteredAsType|mp.game.decorator.decorIsRegisteredAsType]]
*[[Decorator::decorRegister|mp.game.decorator.decorRegister]]
 
===DLC===
{{Dlc1_functions_c}}
 
===DLC2===
*[[Dlc2::nullify|mp.game.dlc2.nullify]]
*[[Dlc2::isDlcPresent|mp.game.dlc2.isDlcPresent]]
 
===Fire===
{{Fire_functions_c}}
 
===Gameplay===
{{Gameplay_functions_c}}
 
===Replay===
{{Replay_functions_c}}
 
===GameClock===
{{GameClock_functions_c}}
 
===GameFiles===
{{GameFiles_functions_c}}
 
===Graphics===
{{Graphics_functions_c}}
 
===GXT===
{{GXT_functions_c}}
 
===Interior===
{{Interior_functions_c}}
 
===Itemset===
{{Itemset_functions_c}}
 
===Mobile===
{{Mobile_functions_c}}
 
===Object===
{{Object_functions_c}}
 
===Pathfind===
{{Path_functions_c}}
 
===Ped===
{{Ped_functions_c}}
 
===Player===
{{Player_functions_c}}
 
===Recorder===
*[[Recorder::start|mp.game.recorder.start]]
*[[Recorder::stop|mp.game.recorder.stop]]
*[[Recorder::isRecording|mp.game.recorder.isRecording]]
 
===Rope===
{{Rope_functions_c}}
 
===Script===
{{Script_functions_c}}
 
===Stats===
{{Stats_functions_c}}
 
===Streaming===
{{Streaming_functions_c}}
 
===System (Game)===
{{System_functions_c}}
 
===Time===
{{Time_functions_c}}
 
===Ui===
{{Ui_functions_c}}
 
===Unk===
*[[Unk::getBroadcastFinishedLosSound|mp.game.unk.getBroadcastFinishedLosSound]]
 
===Vehicle===
{{Vehicle_functions_c}}
 
===Water===
{{Water_functions_c}}
 
===Weapon===
{{Weapon_functions_c}}
 
===Worldprobe===
{{Worldprobe_functions_c}}
 
===Zone===
{{Zone_functions_c}}

Latest revision as of 17:42, 16 March 2025

RAGE Classes

Entity pool

Blip

Browser

Camera

Checkpoint

Dummy Entity

Entity

Label

Marker

Object

Peds

Pickup

Player

Vector3

Vehicle

RAGE Static Objects

Globals

Console

Cursor

Discord

Event

Gui

Keys

Nametags

Preferences

Raycasting

Storage

System

Voice chat

Game Static Objects

Game Globals

App

Audio

Brain

Cam

Controls

Task

GameEntity

Cutscene

Datafile

Decisionevent

Decorator

DLC

DLC2

Fire

Gameplay

Replay

GameClock

GameFiles

Graphics

GXT

Interior

Itemset

Mobile

Object

  • [[Object::disableGlow|mp.game.object.disableGlow

Pathfind

Ped

Player

Recorder

Rope

Script

Stats

Streaming

System (Game)

Time

Ui

Unk

Vehicle

Water

Weapon

Worldprobe

Zone