Перейти к содержанию

Player::forceCleanupForAllThreadsWithThisName

Материал из RAGE MP Wiki Archive
Версия от 21:30, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

PLAYER::FORCE_CLEANUP_FOR_ALL_THREADS_WITH_THIS_NAME('pb_prostitute', 1); // Found in decompilation

Syntax

<syntaxhighlight lang="javascript">mp.game.player.forceCleanupForAllThreadsWithThisName(name, cleanupFlags);</syntaxhighlight>

Required Arguments

  • name: String
  • cleanupFlags: int

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also