Decisionevent::blockDecisionMakerEvent: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">decisionevent.blockDecisionMakerEvent(name, type);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.decisionevent.blockDecisionMakerEvent(name, type);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''name:''' Model hash or name
*'''name:''' Model hash or name
Line 9: Line 9:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Decisionevent_function_c}}
{{Decisionevent_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 21:06, 6 May 2017

Syntax

mp.game.decisionevent.blockDecisionMakerEvent(name, type);

Required Arguments

  • name: Model hash or name
  • type: int

Return value

  • Undefined

Example

// todo

See also

Template:Decisionevent s function c