Ped::removeActionModeAsset: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
==Syntax==<syntaxhighlight lang="javascript">ped.removeActionModeAsset(asset);</syntaxhighlight>=== Required Arguments ===*'''asset:''' String===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Ped_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
 
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ped.removeActionModeAsset(asset);</syntaxhighlight>
=== Required Arguments ===
*'''asset:''' String
===Return value===
*'''Undefined'''
==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.removeActionModeAsset(asset);

Required Arguments

  • asset: String

Return value

  • Undefined

Example

// todo

See also