natives.GENERATE_RANDOM_INT_IN_RANGE

Revision as of 08:41, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Function Client Only icon-vc.png Online and Offline

Available since Client 1.0.0
void natives.GENERATE_RANDOM_INT_IN_RANGE(int ped, int value, int value2)
The natives.GENERATE_RANDOM_INT_IN_RANGE function is used to process the random int in range request.

Parameters

1) int ped Target character in the game world.
2) int value Numeric parameter.
3) int value2 A value2 value.

Return

void This function doesn't return a value.

Notes

There aren't any notes for this function.

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.