WorldCleanWorld Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Cleans the world.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void CleanWorld(
	bool livingPeds,
	bool deadPeds,
	bool livingVehicles,
	bool deadVehicles,
	bool persistentEntities,
	bool reloadWorld
)

Parameters

livingPeds
Type: SystemBoolean
If set to true, living Peds will be removed.
deadPeds
Type: SystemBoolean
If set to true, dead Peds will be removed.
livingVehicles
Type: SystemBoolean
If set to true, living Vehicles will be removed.
deadVehicles
Type: SystemBoolean
If set to true, destroyed Vehicles will be removed.
persistentEntities
Type: SystemBoolean
If set to true, persistent entities will be removed.
reloadWorld
Type: SystemBoolean
If set to true, the world will be reloaded.
See Also

Reference