mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
prettier moment
This commit is contained in:
parent
38a5f60ff2
commit
43ac907186
|
@ -7,8 +7,8 @@ Most of them live in `src/controllers/plugins/LuaUtilities.hpp`.
|
|||
`lua::StackGuard`, which will abort the program should the stack size not be
|
||||
what you expect.
|
||||
- When possible use `lua::push(lua_State *, T)`,
|
||||
`lua::peek(lua_State*, T*, StackIdx)` or `lua::pop(lua_State *, T*)` instead
|
||||
of Lua's APIs directly.
|
||||
`lua::peek(lua_State*, T*, StackIdx)` or `lua::pop(lua_State *, T*)` instead
|
||||
of Lua's APIs directly.
|
||||
|
||||
# Error paths
|
||||
|
||||
|
|
Loading…
Reference in a new issue