Jump to content

[SOLVED] engine.filesystem.loadPackage


photo

Recommended Posts

Posted

engine.filesystem.loadPackage(string,string)


Engine no have this signature method smile.png
Interpreter::parse(): unknown token "engine.filesystem.loadPackage". FileSystem plugin is loaded.

My question. We need load on-fly ours blobs (load - compile expression - run), but i not see any working "loadPackage" or "RefreshFilesystem" method. Help, plz.


engine.filesystem.findPackage - Not work too.

Posted

To reload filesystem:

engine.console.run("filesystem_reload")

 

Note: you can't change/create ung files in engine with scripts

Posted

loadPackage() function should exist in the latest SDK. We are using it in the our projects.

×
×
  • Create New...