Engine.StartResource
Jump to navigation
Jump to search
Function
function bool Engine.StartResource(resourceName);
Arguments
- resourceName
- The name of the resource to start.
Description
This function will attempt to start the resource.
Returns
The function returns if the server was able to start the resource, possible reasons could include scripts containing errors.
Notes
If the resource doesn't exist then an error is thrown.