[This is preliminary documentation and is subject to change.]
Gets a random object from the specified array.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- objects
- Type: T
The objects to choose from. If null, the default value of T will be used.
Type Parameters
- T
- The type of object to choose from.
Return Value
Type: TA random object from the specified array.
See Also