Ped::setScenarioPedsToBeReturnedByNextCommand

From RAGE Multiplayer Wiki
Revision as of 20:49, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets a value indicating whether scenario peds should be returned by the next call to a command that returns peds. Eg. GET_CLOSEST_PED.

Syntax

ped.setScenarioPedsToBeReturnedByNextCommand(value);

Required Arguments

  • value: Boolean

Return value

  • Undefined

Example

todo

See also

Template:Ped function c