groundSnow.flush: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = function |name = groundSnow.flush |usage = free up as much memory as possible used by the ground snow.<br>This involves forcefully remo...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = groundSnow.flush | ||
|side = client | |||
|type = function | |type = function | ||
| | |games = iii vc sa | ||
| | |desc = free up as much memory as possible used by the ground snow.<br>This involves forcefully removing far away snow models that aren't used. | ||
| | |return = void | ||
|freturn = void | |||
| | |||
}} | }} |
Latest revision as of 20:36, 19 November 2022
Function
Client Only
Online and Offline
Available since Client 1.0.0
void groundSnow.flush(void)
The groundSnow.flush function is used to free up as much memory as possible used by the ground snow.
This involves forcefully removing far away snow models that aren't used.
This involves forcefully removing far away snow models that aren't used.
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.