mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
clean
Removed intel runner from mac, it never run Removed arm from windows as it will always fail as git ci runners are not arm removed gcc12 kept gcc13 Added convenience function for checking if a package is active
This commit is contained in:
parent
4062a1bbbd
commit
872c765ca0
5 changed files with 23 additions and 31 deletions
|
|
@ -275,6 +275,7 @@ public:
|
|||
static void printNamespaceEntries(Namespace * g, bool dumpScript = true, bool dumpEngine = true);
|
||||
static void unlinkPackages();
|
||||
static void relinkPackages();
|
||||
static bool isPackageActive(StringTableEntry name);
|
||||
static bool isPackage(StringTableEntry name);
|
||||
static U32 getActivePackagesCount();
|
||||
static StringTableEntry getActivePackage(U32 index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue