mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
prettier moment
This commit is contained in:
parent
38a5f60ff2
commit
43ac907186
1 changed files with 2 additions and 2 deletions
|
@ -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
|
`lua::StackGuard`, which will abort the program should the stack size not be
|
||||||
what you expect.
|
what you expect.
|
||||||
- When possible use `lua::push(lua_State *, T)`,
|
- When possible use `lua::push(lua_State *, T)`,
|
||||||
`lua::peek(lua_State*, T*, StackIdx)` or `lua::pop(lua_State *, T*)` instead
|
`lua::peek(lua_State*, T*, StackIdx)` or `lua::pop(lua_State *, T*)` instead
|
||||||
of Lua's APIs directly.
|
of Lua's APIs directly.
|
||||||
|
|
||||||
# Error paths
|
# Error paths
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue