prettier moment

This commit is contained in:
Mm2PL 2024-09-02 21:39:34 +02:00
parent 38a5f60ff2
commit 43ac907186
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -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