summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaNameLookup.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-1/+1
| | | | Also added an example to the NetworkTest plugin.
* cNetwork: Exported lookup functions to Lua API.Mattes D2015-02-041-0/+46
Also added an example in the NetworkTest plugin.