App::appSetBlock: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
Line 1: Line 1:
{{ClientsideCsJsFunction}}
{{JSContainer|
<syntaxhighlight lang="javascript">mp.game.app.appSetBlock(blockName);</syntaxhighlight>
{{Parameters}}
* '''blockName:''' {{RageType|String}}


==Syntax==
{{Example}}
<syntaxhighlight lang="javascript">mp.game.app.appSetBlock(blockName);</syntaxhighlight>
=== Required Arguments ===
*'''blockName:''' String
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
// todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
}}
{{App_s_function_c}}
 
[[Category:Clientside API]]
{{CSharpContainer|
[[Category:TODO: Example]]
<syntaxhighlight lang="csharp">RAGE.Game.App.AppSetBlock(blockName);</syntaxhighlight>
 
{{Parameters}}
* '''blockName:''' {{RageType|string}}
 
{{Example}}
<syntaxhighlight lang="csharp">
// todo
</syntaxhighlight>
}}

Latest revision as of 16:23, 24 December 2022

Client-Side Function

 C#  JavaScript


JavaScript Syntax

mp.game.app.appSetBlock(blockName);

Parameters

  • blockName: String

Example

// todo



C# Syntax

RAGE.Game.App.AppSetBlock(blockName);

Parameters

  • blockName: string

Example

// todo