Ped::isAValidLipstickColor: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
==Syntax==<syntaxhighlight lang="javascript">ped.isAValidLipstickColor(colorID);</syntaxhighlight>=== Required Arguments ===*'''colorID:''' int===Return value===*'''Boolean'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Ped_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
 
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ped.isAValidLipstickColor(colorID);</syntaxhighlight>
=== Required Arguments ===
*'''colorID:''' int
===Return value===
*'''Boolean'''
==Example==
<syntaxhighlight lang="javascript">
// todo
</syntaxhighlight>
==See also==
{{Ped_s_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Latest revision as of 21:29, 6 May 2017

Syntax

mp.game.ped.isAValidLipstickColor(colorID);

Required Arguments

  • colorID: int

Return value

  • Boolean

Example

// todo

See also