wiki.sine.space | sinespace

Difference between revisions of "Scripting/SUI"

From wiki.sine.space
Jump to: navigation, search
(Added and defined + simple examples to 15 properties in SUI)
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/viewer/sui")
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Members=
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/viewer/sui
{{ScriptFunction|SRigidbody|AddRigidbody|()|xxxxxxxxxxx|5=<pre></pre>}}
+
 
+
 
+
 
+
=Properties=
+
 
+
{{ScriptFunction|bool|ShowAuctionButton|{ get; set; }|Show the Auction button|5= <pre>Space.UI.ShowAuctionButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowChat|{ get; set; }|Show the Chat|5= <pre>Space.UI.ShowChat = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowCurrencyButton|{ get; set; }|Show the Currency button|5= <pre>Space.UI.ShowCurrencyButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowExploreButton|{ get; set; }|Show the Explore button|5= <pre>Space.UI.ShowExploreButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowFriendsButton|{ get; set; }|Show the Friends button|5= <pre>Space.UI.ShowFriendsButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowHelpButton|{ get; set; }|Show the Help button|5= <pre>Space.UI.ShowHelpButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowHomeButton|{ get; set; }|Show the Home button|5= <pre>Space.UI.ShowHomeButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowHotBar|{ get; set; }|Show the Hot Bar|5= <pre>Space.UI.ShowHotBar = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowInventoryButton|{ get; set; }|Show the Inventory button|5= <pre>Space.UI.ShowInventoryButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowMiniMap|{ get; set; }|Set to true to show the Minimap|5= <pre>Space.UI.ShowMiniMap = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowOutfitButton|{ get; set; }|Set to true to show the Outfit button|5= <pre>Space.UI.ShowOutfitButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowQuestsButton|{ get; set; }|Show the Quests button|5= <pre>Space.UI.ShowQuestsButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowShopButton|{ get; set; }|Show the Shop button|5= <pre>Space.UI.ShowShopButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowSnapshotButton|{ get; set; }|Show the Snapshot button|5= <pre>Space.UI.ShowSnapshotButton = false</pre>}}
+
 
+
{{ScriptFunction|bool|ShowUI|{ get; set; }|Show the User Interface|5= <pre>Space.UI.ShowUI = false</pre>}}
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 05:03, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/viewer/sui