getResources
Jump to navigation
Jump to search
Function
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
array getResources(void)
The getResources function is used to fetch all resource handles.
Parameters
void | This function doesn't take any parameters. |
Return
array | An array of all resources with syntax array<int index, Resource resource> .
|
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Server Related
findResourceByName
getResources
thisResource
resource.exports
resource.getExport
resource.isStarted
resource.isStarting
resource.name
resource.restart
resource.start
resource.stop
Client Related
findResourceByName
getResources
thisResource
resource.exports
resource.getExport
resource.isReady
resource.isStarted
resource.isStarting
resource.name
resource.restart
resource.start
resource.stop