collectAllGarbage: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 20:52, 3 October 2019
Function
Server and Client
Online and Offline
Available since Server 1.0.0, Client 1.0.0
void collectAllGarbage(void)
The collectAllGarbage function is used to make all resources free all data which is no longer needed, to free memory.
Parameters
void | This function doesn't take any parameters. |
Return
void | This function doesn't return a value. |
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
collectAllGarbage
Client Related
collectAllGarbage