ped.setSeek

Revision as of 18:42, 7 May 2020 by Mex (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |games = iii |type = method |class = Ped |name = setSeek |parameters = Ped ped, Vec3 position, float distance |parameter1 = Ped ped The ped to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

setSeek

Signature: void setSeek(Ped ped, Vec3 position, float distance)

Usage: set this entity's seek

Parameters

Ped ped The ped to set the seek for.
Vec3 position The seek position for the ped.
float distance The seek distance for the ped.

Return

void

On failure: void