wiki.sine.space | sinespace

Scripting/SScript

From wiki.sine.space
Revision as of 04:34, 17 January 2017 by Sinewave (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

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)