[This is preliminary documentation and is subject to change.]
Starts a new instance of the game script with the specified name and stack size.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- name
 - Type: SystemString
The name. - stackSize
 - Type: SystemInt32
The size of the stack. 
Return Value
Type: UInt32An unsigned int representing a handle to the started script.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentException | Thrown if the specified name does not represent a valid script. | 
Remarks
See Also