wiki.sine.space | sinespace

Difference between revisions of "Scripting/SInventory"

From wiki.sine.space
Jump to: navigation, search
(Created page with "The SInventory class allows you to access a users inventory ==Members== {{ScriptFunction|void|Authorize|();|Prompts the user to grant access to inventory to the script. Big n...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/player/sinventory")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The SInventory class allows you to access a users inventory
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/player/sinventory
 
+
==Members==
+
{{ScriptFunction|void|Authorize|();|Prompts the user to grant access to inventory to the script. Big nasty warning box.}}
+
{{ScriptFunction|SInventoryItem|Items[]|{ get; }|Returns the array of the users current inventory items}}
+
{{ScriptFunction|void|RequestRefresh|();|Forces a check for external changes to the users inventory, can only be called once every 60 seconds}}
+
 
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 07:08, 19 September 2022

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