summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaServerHandle.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted cLuaState::cTableRef to use cTrackedRef.Mattes D2016-08-131-7/+4
| | | | This makes the table-based callbacks resistent to LuaState unloads and safer to use.
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-0/+89
Also added an example to the NetworkTest plugin.