nSessionClientContext Script Interface
nsessionclientcontext:
Super Class:
C++ Class:
Info
Represents a session client on the server side.Commands:
getclientattr
- Command Input:
s(AttrName)
- Command Output:
s(AttrValue)
- Command Description:
- Get a client attribute. Client attributes originate on joined clients and are communicated to the server.
getnumclientattrs
- Command Input:
v
- Command Output:
i(NumClientAttrs)
- Command Description:
- Get number of client attributes.
getclientattrat
- Command Input:
i(AttrIndex)
- Command Output:
s(AttrName), s(AttrValue)
- Command Description:
- Get a client attribute by index.