wiki.sine.space | sinespace

Difference between revisions of "Scripting/SScript"

From wiki.sine.space
Jump to: navigation, search
(Created page with "The 'Space' global accessible in every script (for C# scripts, this inherits from the SpaceScript base class) It has the following members: * SInve...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/scene/sscript")
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The 'Space' global accessible in every script (for C# scripts, this inherits from the [[Scripting/SpaceScript|SpaceScript]] base class)
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/scene/sscript
 
+
It has the following members:
+
 
+
* SInventory Inventory
+
* SPersistence Persistence
+
* SScene Scene
+
* SHost Host
+
* SPhysics Physics
+
* SMath Math
+
* SString String
+
* SInput Input
+
* SCameraManager Camera
+
* SWebService WebServices
+
* SNetwork Network
+
* SResource[] Resources
+
* float Time
+
* DateTime ServerTime
+
* float DeltaTime
+
* void Log(string text)
+

Latest revision as of 07:13, 19 September 2022

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