wiki.sine.space | sinespace

Scripting/Reference

From wiki.sine.space
Revision as of 05:15, 23 August 2021 by Voidtech (Talk | contribs)

Jump to: navigation, search

Client Scripting Function Reference

This API is shared between both C# and Lua runtimes. In case of Lua, we treat 'Nil' as 'null', but otherwise identical. C# scripts are defined as a class inheriting from SpaceScript. Lua scripts have a pre-prepared global named 'Space' containing an instance of the SScript class.

Most of these API designs have been modelled after the API already used by Unity3D to allow existing developers easier familiarity with space.

Full Class List (Automated Documentation): http://space-files.s3.amazonaws.com/docs/client-scripting/annotated.html

Client


Component

Library

Network

Types Classes

  • string, byte, int long, float, double, char, etc.


Network Classes

Scene Classes

  • Scripting/SPhysicsHit Stores hits occurring in the physics subsystems (e.g. Raycast Hits, Collider Hits, etc)

Classes



Library Classes



Resources

External Events

Server Scripting Function Reference

Coming soon