tilkinsc / Lua.NET

[C# .NET Core 8.0] [Cross-Platform] Lua.NET contains full bindings to Lua5.1.5, Lua5.2.4, Lua5.3.6, Lua.5.4.6 and LuaJIT
MIT License
43 stars 4 forks source link

Documentation #11

Open tilkinsc opened 10 months ago

tilkinsc commented 10 months ago

It would be nice for all the functions to have in-depth explanations of what they do as per the lua reference manual. https://www.lua.org/manual/5.4/manual.html#lua_pushnil

For example,

lua_pushnil

Pushes a nil value onto the stack. 
[-0, +1, –] 

http://luajit.org/running.html https://www.lua.org/manual/5.1/manual.html https://www.lua.org/manual/5.2/manual.html https://www.lua.org/manual/5.3/manual.html https://www.lua.org/manual/5.4/manual.html