Adds expanded ability to create and insert specialized script-based inspector fields

Adds logic during the editor script initialization to let game modules have embedded tools
Changed setting to force prompt for target modules when creating things like datablocks to minimize confusion about where they save to
This commit is contained in:
Areloch 2023-03-18 02:22:47 -05:00
parent bb44fa4bb7
commit 2f40b843d4
7 changed files with 131 additions and 5 deletions

View file

@ -167,6 +167,8 @@ public:
S32 createInspectorGroup(StringTableEntry groupName, S32 index);
void removeInspectorGroup(StringTableEntry groupName);
protected:
typedef Vector< SimObjectPtr< SimObject > > TargetVector;