Class ConnectionInfo
Module: alt-server
Package: @altmp/altv-types
Syntax
class ConnectionInfo
Constructors
ConnectionInfo()
Declaration
ConnectionInfo(): ConnectionInfo
Properties
| Improve this Doc View Sourceall
Declaration
readonly static all: readonly IConnectionInfo[]
Property Value
| Type | Description |
|---|---|
| readonly IConnectionInfo[] |
Methods
| Improve this Doc View SourcegetByID(number)
Declaration
static getByID(id: number): null | IConnectionInfo
Parameters
| Type | Name | Description |
|---|---|---|
| number | id |
Returns
| Type | Description |
|---|---|
| null | IConnectionInfo |