GameFiberStartNew Method (ThreadStart, String)

RAGE Plugin Hook Documentation

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

Starts a new GameFiber instance.

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

public static GameFiber StartNew(
	ThreadStart start,
	string name
)

Parameters

start
Type: System.ThreadingThreadStart
The method to execute on the GameFiber.
name
Type: SystemString
The name of the GameFiber.

Return Value

Type: GameFiber
An instance of GameFiber.
See Also

Reference