wiki.sine.space | sinespace

Difference between revisions of "Scripting/SScript"

From wiki.sine.space
Jump to: navigation, search
Line 3: Line 3:
 
It has the following members:
 
It has the following members:
  
{{ScriptFunction|SInventory|Inventory|{ get; }|Allows access to the users inventory}}
+
* {{ScriptFunction|SInventory|Inventory|{ get; }|Allows access to the users inventory}}
 
* [[Scripting/SPersistence]] Persistence
 
* [[Scripting/SPersistence]] Persistence
 
* [[Scripting/SScene]] Scene
 
* [[Scripting/SScene]] Scene

Revision as of 05:30, 17 January 2017

The 'Space' global accessible in every script (for C# scripts, this inherits from the SpaceScript base class)

It has the following members:

  • ===Inventory===
SInventory Inventory { get; }

Allows access to the users inventory

No example provided yet