DynXX-Cxx
Loading...
Searching...
No Matches
Lua.hxx
Go to the documentation of this file.
1#pragma once
2
3#include "Types.hxx"
4
5[[nodiscard]] bool dynxxLuaLoadF(std::string_view f);
6
7[[nodiscard]] bool dynxxLuaLoadS(std::string_view s);
8
9[[nodiscard]] std::optional<std::string> dynxxLuaCall(std::string_view f, std::string_view ps);
std::optional< std::string > dynxxLuaCall(std::string_view f, std::string_view ps)
bool dynxxLuaLoadS(std::string_view s)
bool dynxxLuaLoadF(std::string_view f)