Class: ClientID
Network client identifier.
Source
C++ class ClientID
Custom Constructor
ClientID
Remarks
0xffffffff is used by the engine as broadcast client id in network code.
Extends
Constructors
Constructor
ts
new ClientID(): ClientID;Create an empty client id.
Returns
ClientID
Overrides
Methods
set()
ts
set(value: number): void;Set raw client id value.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | number | Client id value. |
Returns
void
value()
ts
value(): number;Get raw client id value.
Returns
number
Client id value.
Properties
__name
ts
readonly __name: string;LuaBind instance constructor name.
Inherited from
__name
ts
readonly static __name: string;LuaBind class constructor name.