Load

fires after files are loaded into Vault from an external source

void Load();

Example

vault.events.on("Load", function(){
    console.log("Done")
});

Back to top