Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Nov 27, 2024
1 parent 8a38a89 commit 497853a
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 1,791 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
/bin/luajit.dll
/bin/plugins/luajit_debug.dll
/bin/*.ltg
/bin/packages
/bin/plugins/Plugin_LuaScripting_Windows_x64_Release.dll
/bin/plugins/luajit.dll
4 changes: 4 additions & 0 deletions apis/LtgPluginApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ struct ScriptingModule : public PluginModule {
virtual bool callScriptExec(const ScriptingDatas& vOutDatas, ErrorContainer& vErrors) = 0;
// will call the end function from script and return errors
virtual bool callScriptEnd(ErrorContainer& vOutErrors) = 0;
// will set the row index
virtual void setRowIndex(int32_t vRowIndex) = 0;
// will set the row count
virtual void setRowCount(int32_t vRowCount) = 0;
};

typedef std::shared_ptr<ScriptingModule> ScriptingModulePtr;
Expand Down
File renamed without changes.
120 changes: 0 additions & 120 deletions doc/gui/CustomImConfig.h

This file was deleted.

146 changes: 0 additions & 146 deletions doc/gui/CustomImGuiFileDialogConfig.h

This file was deleted.

Loading

0 comments on commit 497853a

Please sign in to comment.