Player::setRandomComponentVariation: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
m (category)
 
Line 10: Line 10:
// todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Player_function_c}}
{{Player_function_c}}
[[Category:Player Appearance]]
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category: Player Appearance]]
[[Category:Client-side Function]]

Latest revision as of 13:27, 30 April 2019

p1 is always false in R* scripts.

Quick disassembly seems to indicate that p1 is unused.

List of component/props ID
gtaxscripting.blogspot.com/2016/04/gta-v-peds-component-and-props.html

Syntax

player.setRandomComponentVariation(p1);

Required Arguments

  • p1: Boolean

Return value

  • Undefined

Example

// todo

See also