mrdocs::lua::Scope::loadChunkFromFile
Run a Lua chunk.
Synopsis
Declared in <mrdocs/Engines/Lua/Scope.hpp>
Expected<Function>
loadChunkFromFile(
std::string_view fileName,
std::source_location loc = source_location::current());
Parameters
Name |
Description |
fileName |
The name of the file to load. |
loc |
The source location of the call site. |
Created with MrDocs