<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Menof36go</id>
	<title>RAGE Multiplayer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Menof36go"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/wiki/Special:Contributions/Menof36go"/>
	<updated>2026-08-18T10:37:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getPedInSeat&amp;diff=15897</id>
		<title>Vehicle::getPedInSeat</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getPedInSeat&amp;diff=15897"/>
		<updated>2018-10-19T22:52:11Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-1 (driver) &amp;amp;lt;= index &amp;amp;lt; GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(vehicle)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If a player enters the driver seat from the passenger side, getPedInSeat(-1) will return 0 until the player actually reaches the seat.&#039;&#039;&#039;&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;vehicle.getPedInSeat(index);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;index:&#039;&#039;&#039; int&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;Ped handle or object&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// todo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getPedInSeat&amp;diff=15896</id>
		<title>Vehicle::getPedInSeat</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getPedInSeat&amp;diff=15896"/>
		<updated>2018-10-19T22:51:57Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: Added some info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-1 (driver) &amp;amp;lt;= index &amp;amp;lt; GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(vehicle)&lt;br /&gt;
&#039;&#039;&#039;If a player enters the driver seat from the passenger side, getPedInSeat(-1) will return 0 until the player actually reaches the seat.&#039;&#039;&#039;&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;vehicle.getPedInSeat(index);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;index:&#039;&#039;&#039; int&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;Ped handle or object&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// todo&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Audio::playSoundFromEntity&amp;diff=15895</id>
		<title>Audio::playSoundFromEntity</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Audio::playSoundFromEntity&amp;diff=15895"/>
		<updated>2018-10-18T22:25:11Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/f2A7vTj0 &amp;lt;br&amp;gt;No changes made in b678d.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;gtaforums.com/topic/795622-audio-for-mods&amp;lt;br&amp;gt;&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.audio.playSoundFromEntity(soundId, audioName, entity, audioRef, p4, p5);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;soundId:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;audioName:&#039;&#039;&#039; String&lt;br /&gt;
*&#039;&#039;&#039;entity:&#039;&#039;&#039; Entity handle or object&lt;br /&gt;
*&#039;&#039;&#039;audioRef:&#039;&#039;&#039; String&lt;br /&gt;
*&#039;&#039;&#039;p4:&#039;&#039;&#039; Boolean&lt;br /&gt;
*&#039;&#039;&#039;p5:&#039;&#039;&#039; unknown (to be checked)&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;Undefined&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function playerEnterVehicleHandler(vehicle) {{&lt;br /&gt;
    mp.game.audio.playSoundFromEntity(1, &amp;quot;CONFIRM_BEEP&amp;quot;, vehicle.handle, &amp;quot;HUD_MINI_GAME_SOUNDSET&amp;quot;, true, 0);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Audio_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getDisplayNameFromVehicleModel&amp;diff=15894</id>
		<title>Vehicle::getDisplayNameFromVehicleModel</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getDisplayNameFromVehicleModel&amp;diff=15894"/>
		<updated>2018-10-18T22:24:57Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns model name of vehicle in all caps. Needs to be displayed through localizing text natives to get proper display name.&amp;lt;br&amp;gt;-----------------------------------------------------------------------------------------------------------------------------------------&amp;lt;br&amp;gt;While often the case, this does not simply return the model name of the vehicle (which could be hashed to return the model hash). Variations of the same vehicle may also use the same display name.&amp;lt;br&amp;gt;-----------------------------------------------------------------------------------------------------------------------------------------&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Returns &#039;CARNOTFOUND&#039; if the hash doesn&#039;t match a vehicle hash.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Using UI::_GET_LABEL_TEXT, you can get the localized name.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For a full list, see here: pastebin.com/wvpyS4kS (pastebin.com/dA3TbkZw)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.vehicle.getDisplayNameFromVehicleModel(modelHash);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;modelHash:&#039;&#039;&#039; Model hash or name&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;String&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function playerEnterVehicleHandler(vehicle) {{&lt;br /&gt;
    var vehicleName = mp.game.ui.getLabelText(mp.game.vehicle.getDisplayNameFromVehicleModel(vehicle.model));&lt;br /&gt;
    mp.gui.chat.push(`Name of your vehicle: ${vehicleName}`);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Audio::playSoundFromEntity&amp;diff=15893</id>
		<title>Audio::playSoundFromEntity</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Audio::playSoundFromEntity&amp;diff=15893"/>
		<updated>2018-10-18T22:24:19Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: Added example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/f2A7vTj0 &amp;lt;br&amp;gt;No changes made in b678d.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;gtaforums.com/topic/795622-audio-for-mods&amp;lt;br&amp;gt;&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.audio.playSoundFromEntity(soundId, audioName, entity, audioRef, p4, p5);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;soundId:&#039;&#039;&#039; int&lt;br /&gt;
*&#039;&#039;&#039;audioName:&#039;&#039;&#039; String&lt;br /&gt;
*&#039;&#039;&#039;entity:&#039;&#039;&#039; Entity handle or object&lt;br /&gt;
*&#039;&#039;&#039;audioRef:&#039;&#039;&#039; String&lt;br /&gt;
*&#039;&#039;&#039;p4:&#039;&#039;&#039; Boolean&lt;br /&gt;
*&#039;&#039;&#039;p5:&#039;&#039;&#039; unknown (to be checked)&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;Undefined&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function playerEnterVehicleHandler(vehicle) {{&lt;br /&gt;
    mp.game.audio.playSoundFromEntity(1, &amp;quot;CONFIRM_BEEP&amp;quot;, vehicle.handle, &amp;quot;HUD_MINI_GAME_SOUNDSET&amp;quot;, true, 0);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Audio_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vehicle::getDisplayNameFromVehicleModel&amp;diff=15892</id>
		<title>Vehicle::getDisplayNameFromVehicleModel</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vehicle::getDisplayNameFromVehicleModel&amp;diff=15892"/>
		<updated>2018-10-18T22:22:12Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: Added example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Returns model name of vehicle in all caps. Needs to be displayed through localizing text natives to get proper display name.&amp;lt;br&amp;gt;-----------------------------------------------------------------------------------------------------------------------------------------&amp;lt;br&amp;gt;While often the case, this does not simply return the model name of the vehicle (which could be hashed to return the model hash). Variations of the same vehicle may also use the same display name.&amp;lt;br&amp;gt;-----------------------------------------------------------------------------------------------------------------------------------------&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Returns &#039;CARNOTFOUND&#039; if the hash doesn&#039;t match a vehicle hash.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Using UI::_GET_LABEL_TEXT, you can get the localized name.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For a full list, see here: pastebin.com/wvpyS4kS (pastebin.com/dA3TbkZw)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.vehicle.getDisplayNameFromVehicleModel(modelHash);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;modelHash:&#039;&#039;&#039; Model hash or name&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;String&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function playerEnterVehicleHandler(vehicle) {{&lt;br /&gt;
    var vehicleName = mp.game.ui.getLabelText(mp.game.vehicle.getDisplayNameFromVehicleModel(vehicle.model));&lt;br /&gt;
    mp.gui.chat.push(`Name of your vehicle: ${vehicleName}`);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Vehicle_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Ui::getLabelText&amp;diff=15891</id>
		<title>Ui::getLabelText</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Ui::getLabelText&amp;diff=15891"/>
		<updated>2018-10-18T22:21:33Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gets a string literal from a label name.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.ui.getLabelText(labelName);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;labelName:&#039;&#039;&#039; String&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;String&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function playerEnterVehicleHandler(vehicle) {{&lt;br /&gt;
    var vehicleName = mp.game.ui.getLabelText(mp.game.vehicle.getDisplayNameFromVehicleModel(vehicle.model));&lt;br /&gt;
    mp.gui.chat.push(`Name of your vehicle: ${vehicleName}`);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Ui_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:UI API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=PlayerEnterVehicle&amp;diff=15890</id>
		<title>PlayerEnterVehicle</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=PlayerEnterVehicle&amp;diff=15890"/>
		<updated>2018-10-18T22:20:49Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: var&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This event is triggered when a player is in the car.&lt;br /&gt;
&#039;&#039;&#039;As of now PlayerEnterVehicle is actually PlayerStartEnterVehicle and is triggered twice when entering a vehicle!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
* &#039;&#039;&#039;player&#039;&#039;&#039;  - player, which sits down (serverside only).&lt;br /&gt;
* &#039;&#039;&#039;vehicle&#039;&#039;&#039; - vehicle in which the player sits.&lt;br /&gt;
* &#039;&#039;&#039;seat&#039;&#039;&#039;  - the place where he sits down. (Currently undefined clientside, use Player::getSeatIsTryingToEnter instead)&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
This example outputs chat message, when player is in the car.&lt;br /&gt;
{{ServerSide}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function playerEnterVehicleHandler(player, vehicle, seat) {&lt;br /&gt;
   const playerName = player.name;&lt;br /&gt;
   const vehicleID = vehicle.id;&lt;br /&gt;
&lt;br /&gt;
   mp.players.broadcast(`${playerName} got into the car with ID: ${vehicleID}. Seat: ${seat}`);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ClientSide}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// The player is not emmited client-side assuming it&#039;s you&lt;br /&gt;
function playerEnterVehicleHandler(vehicle) {&lt;br /&gt;
   var seat = mp.players.local.getSeatIsTryingToEnter(); //Workaround since seat is currently undefined&lt;br /&gt;
   mp.gui.chat.push(`You got into the car with ID: ${vehicle.id}. Seat: ${seat}`);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Player_events}}&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Ui::getLabelText&amp;diff=15889</id>
		<title>Ui::getLabelText</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Ui::getLabelText&amp;diff=15889"/>
		<updated>2018-10-18T22:13:28Z</updated>

		<summary type="html">&lt;p&gt;Menof36go: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gets a string literal from a label name.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;mp.game.ui.getLabelText(labelName);&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&#039;&#039;&#039;labelName:&#039;&#039;&#039; String&lt;br /&gt;
===Return value===&lt;br /&gt;
*&#039;&#039;&#039;String&#039;&#039;&#039;&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function playerEnterVehicleHandler(vehicle, seat) {{&lt;br /&gt;
    var vehicleName = mp.game.ui.getLabelText(mp.game.vehicle.getDisplayNameFromVehicleModel(vehicle.model));&lt;br /&gt;
    mp.gui.chat.push(`Name of your vehicle: ${vehicleName}`);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
mp.events.add(&amp;quot;playerEnterVehicle&amp;quot;, playerEnterVehicleHandler);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
==See also==&lt;br /&gt;
{{Ui_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:UI API]]&lt;br /&gt;
[[Category:TODO: Example]]&lt;/div&gt;</summary>
		<author><name>Menof36go</name></author>
	</entry>
</feed>