natives.GET_POSITION_OF_ANALOGUE_STICKS

Revision as of 08:50, 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.GET_POSITION_OF_ANALOGUE_STICKS(int value, int ped, int ped2, int ped3, int ped4)
The natives.GET_POSITION_OF_ANALOGUE_STICKS function is used to get the position of analogue sticks from the game state.

Parameters

1) int value Numeric parameter.
2) int ped The character identifier to act on.
3) int ped2 The character identifier to act on.
4) int ped3 The character identifier to act on.
5) int ped4 The character identifier to act on.

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.