(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...") |
|||
Line 3: | Line 3: | ||
It has the following members: | It has the following members: | ||
− | * SInventory Inventory | + | * [[Scripting/SInventory]] Inventory |
− | * SPersistence Persistence | + | * [[Scripting/SPersistence]] Persistence |
− | * SScene Scene | + | * [[Scripting/SScene]] Scene |
− | * SHost Host | + | * [[Scripting/SHost]] Host |
− | * SPhysics Physics | + | * [[Scripting/SPhysics]] Physics |
− | * SMath Math | + | * [[Scripting/SMath]] Math |
− | * SString String | + | * [[Scripting/SString]] String |
− | * SInput Input | + | * [[Scripting/SInput]] Input |
− | * SCameraManager Camera | + | * [[Scripting/SCameraManager]] Camera |
− | * SWebService WebServices | + | * [[Scripting/SWebService]] WebServices |
− | * SNetwork Network | + | * [[Scripting/SNetwork]] Network |
− | * SResource[] Resources | + | * [[Scripting/SResource]][] Resources |
* float Time | * float Time | ||
* DateTime ServerTime | * DateTime ServerTime | ||
* float DeltaTime | * float DeltaTime | ||
* void Log(string text) | * void Log(string text) |
The 'Space' global accessible in every script (for C# scripts, this inherits from the SpaceScript base class)
It has the following members: