CGameClient
CGameClient
This class directly represents the CGameClient object in c++
It inherits all functions of the CBaseClient class.
Metatable function | Description |
---|---|
__tostring |
Returns a formated string of the CGameClient -> CGameClient [userID][clientName] |
__index |
Used to allow one to access saved lua data on the object |
__newindex |
Used to allow one to save lua data on the object |