ResourceManager:LoadBundles
ResourceManager:LoadBundles(bundles: string{}, compartment: ResourceCompartment)
Parameters
| Name | Type | Description |
|---|---|---|
| bundles | string{} | |
| compartment | ResourceCompartment |
Example
Hooks:Install('ResourceManager:LoadBundles', 1, function(hook, bundles, compartment)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)