Client/Natives/IV/isNetworkPlayerActive: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:natives.isNetworkPlayerActive}} {{ScriptItem |endpoint = client |games = iv |type = function |name = natives.isNetworkPlayerActive |usage = check if the Player...") |
(No difference)
|
Latest revision as of 10:15, 18 September 2021
Function
Client Only
Online and Offline
Available since Client 1.0.0
bool natives.isNetworkPlayerActive(int playerId)
The natives.isNetworkPlayerActive function is used to check if the Player is connected to a server.
Parameters
1) | int | playerId | The id of the Player. |
Return
bool | A boolean representing whether or not the Player is connected to a server. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
addNetworkHandler
connect
disconnect
gta.shutdownAndLaunchNetworkGame
isConnected
isConnecting
removeNetworkHandler