EngineRestreamWorld

From Multi Theft Auto: Wiki
Revision as of 20:12, 23 September 2021 by Lvrent (talk | contribs)
Jump to navigation Jump to search

This function re-streams everything in the GTA world.

Syntax

bool engineRestreamWorld ( )

Returns

Returns true if the world was restreamed successfully, false otherwise.

Example

This function can be used after a model (or more) is loaded with engineLoadDFF:

addEventHandler ("onClientResourceStart", resourceRoot, function ()
	engineRestreamWorld ()
end)

Requirements

This template will be deleted.

See Also