natives.SET CHAR OBJ RUN TO COORD

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

natives.SET_CHAR_OBJ_RUN_TO_COORD

Signature: void natives.SET_CHAR_OBJ_RUN_TO_COORD(int ped, float x, float y)

Usage: orders a character to run to a 2D coordinate

Parameters

int ped Character handle to act upon.
float x X screen coordinate.
float y Y screen coordinate.

Return

void

On failure: void