mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
CVRLuaToolsExtension: initial testing
This commit is contained in:
parent
c0208d8e97
commit
6810bcf021
13 changed files with 668 additions and 0 deletions
12
CVRLuaToolsExtension/LuaToolsExtension/ScriptInfo.cs
Normal file
12
CVRLuaToolsExtension/LuaToolsExtension/ScriptInfo.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
namespace NAK.CVRLuaToolsExtension;
|
||||
|
||||
[Serializable]
|
||||
public struct ScriptInfo
|
||||
{
|
||||
public string AssetId; // we will reload all scripts with this asset id
|
||||
public int LuaComponentId; // the target lua component id
|
||||
|
||||
public string ScriptName; // the new script name
|
||||
public string ScriptPath;
|
||||
public string ScriptText; // the new script text
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue