GameTerminateAllScripts Method

RAGE Plugin Hook Documentation

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

Terminates all scripts.

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

public static void TerminateAllScripts(
	params string[] exceptions
)

Parameters

exceptions
Type: SystemString
An array of type String containing the names of the scripts to not terminate.
See Also

Reference