Ped::setScenarioPedsToBeReturnedByNextCommand

From RAGE Multiplayer Wiki
Revision as of 21:29, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

mp.game.ped.setScenarioPedsToBeReturnedByNextCommand(value);

Required Arguments

  • value: Boolean

Return value

  • Undefined

Example

// todo

See also