UpdateStreamingLevels: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Tells the engine to look if the level streaming needs an update. The engine does this automatically but in some circumstances..." |
(No difference)
|
Latest revision as of 20:12, 18 January 2020
Description
Tells the engine to look if the level streaming needs an update. The engine does this automatically but in some circumstances you might want to explicitly tell the engine to update. For instance after teleporting a player far away on the map you can call this function with a little delay of 50ms after the teleport. Sometimes it's necessary to call it multiple times.
Syntax
UpdateStreamingLevels()
Parameters
- This function has no parameters.
Return Value
- Returns nothing.
Example
__EDIT_ME__
See also
__EDIT_ME__