[This is preliminary documentation and is subject to change.]
Starts a new instance of the game script with the specified name with a stack size of 1424.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- name
- Type: SystemString
The name.
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