ClientState
Fields
This class has no fields.
Functions
Line
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | bool | Is player in game |
local value = ClientState.IsActive()
IsConnected
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | bool | Is player connected |
local value = ClientState.IsConnected()
IsConnecting
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | bool | Is player connecting |
local value = ClientState.IsConnecting()
GetSignonState
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | int | - |
local value = ClientState.GetSignonState()
GetCommandAck
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | int | Command ack |
local value = ClientState.GetCommandAck()
GetLastCommandAck
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | int | Last command ack |
local value = ClientState.GetLastCommandAck()
GetChockedCommands
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | int | Amount of chocked commands |
local value = ClientState.GetChockedCommands()
GetLastOutgoingCommand
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | int | Last outgoing command |
local value = ClientState.GetLastOutgoingCommand()