#
Lua Related
#
RunString(string strToRun, string strSource)
Runs the specified Lua code on the Client.
Calls luaL_loadbufferx internally.
Arguments:
stringstrToRun - Lua code to run.stringstrSource - Customizes where it came from.