MininDm
Results
1
comments of
MininDm
Yes, I compile with SOL_ALL_SAFETIES_ON and use protected_function ``` #define SOL_ALL_SAFETIES_ON 1 #define SOL_CHECK_ARGUMENTS #define SOL_EXCEPTIONS_SAFE_PROPAGATION 1 #include "sol.hpp" ``` ``` auto callbacks = state->get_callbacks(crypt_str("on_paint")); for (auto& callback : callbacks)...