![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Script, including all inherited members.
_getFunction(StringView decl) const | s3d::Script | protected |
_getModule() const | s3d::Script | protected |
AssetHandle() | s3d::AssetHandle< Script > | |
AssetHandle(std::shared_ptr< AssetIDWrapperType > &&id) | s3d::AssetHandle< Script > | explicit |
AssetIDWrapperType typedef | s3d::AssetHandle< Script > | |
compiled() const | s3d::Script | |
GetEngine() | s3d::Script | static |
getFunction(StringView decl) const | s3d::Script | |
getFunctionDeclarations(IncludeParamNames includeParamNames=IncludeParamNames::Yes) const | s3d::Script | |
getIncludedFiles() const noexcept | s3d::Script | |
getMessages() const | s3d::Script | |
id() const noexcept | s3d::AssetHandle< Script > | |
IDType typedef | s3d::AssetHandle< Script > | |
isEmpty() const noexcept | s3d::AssetHandle< Script > | |
m_handle | s3d::AssetHandle< Script > | protected |
operator bool() const noexcept | s3d::AssetHandle< Script > | explicit |
operator!=(const AssetHandle &other) const noexcept | s3d::AssetHandle< Script > | |
operator==(const AssetHandle &other) const noexcept | s3d::AssetHandle< Script > | |
path() const | s3d::Script | |
release() | s3d::AssetHandle< Script > | |
reload(ScriptCompileOption compileOption=ScriptCompileOption::Default) | s3d::Script | |
Script() | s3d::Script | |
Script(FilePathView path, ScriptCompileOption compileOption=ScriptCompileOption::Default) | s3d::Script | explicit |
Script(Arg::code_< StringView > code, ScriptCompileOption compileOption=ScriptCompileOption::Default) | s3d::Script | explicit |
setSystemUpdateCallback(const std::function< bool()> &callback) | s3d::Script | |
swap(Script &other) noexcept | s3d::Script | |
~Script() | s3d::Script | virtual |