On resource's starting
Last updated 1 month ago
HRLib.OnStarting('any', function(resource) print(('The resource %s is starting'):format(resource)) end)
resName
string|'any'|?
The resource name
current resource
cb
fun(resource: string)
The function that triggers when the resource is starting
----