Moved access to ACS instance data out of ScriptUtil worker class

This is better done at a higher level.
This commit is contained in:
Christoph Oelckers 2019-01-07 17:04:16 +01:00
commit ed3bb2fd09
3 changed files with 9 additions and 8 deletions

View file

@ -19,8 +19,6 @@ public:
Float,
String,
Class,
ACSString, // convenience helpers taking an ACS string index instead of a string
ACSClass,
};
static int Exec(FName functionname, ...);