m |
m |
||
Line 6: | Line 6: | ||
Full Class List (Automated Documentation): http://space-files.s3.amazonaws.com/docs/client-scripting/annotated.html | Full Class List (Automated Documentation): http://space-files.s3.amazonaws.com/docs/client-scripting/annotated.html | ||
==Client== | ==Client== | ||
− | * [[Scripting/SDialogues]] | + | * [[Scripting/SDialogues]] Input dialogues/confirmation boxes |
* [[Scripting/SInput]] | * [[Scripting/SInput]] | ||
* [[Scripting/SIPCCallback]] | * [[Scripting/SIPCCallback]] | ||
Line 83: | Line 83: | ||
==Library== | ==Library== | ||
− | * [[Scripting/SMath]] | + | * [[Scripting/SMath]] Math Functions |
− | * [[Scripting/SString]] | + | * [[Scripting/SString]] String Functions |
==Network== | ==Network== | ||
Line 95: | Line 95: | ||
* [[Scripting/SWebResponse]] | * [[Scripting/SWebResponse]] | ||
* [[Scripting/SWebService]] | * [[Scripting/SWebService]] | ||
+ | |||
+ | ==Player== | ||
+ | * [[Scripting/SEconomy]] | ||
+ | * [[Scripting/SGroup]] | ||
+ | * [[Scripting/SInventory]] | ||
+ | * [[Scripting/SInventoryItem]] | ||
+ | * [[Scripting/SProfile]] | ||
+ | * [[Scripting/SQuests]] | ||
+ | * [[Scripting/SSocialMedia]] | ||
+ | * [[Scripting/SUserProfile]] | ||
+ | |||
+ | ==RenderSettings== | ||
+ | * [[Scripting/SRenderSettings]] | ||
+ | |||
+ | ==Scene== | ||
+ | * [[Scripting/SActivity]] | ||
+ | * [[Scripting/SAudioAnalyser]] | ||
+ | * [[Scripting/SCameraManager]] | ||
+ | * [[Scripting/SGrid]] | ||
+ | * [[Scripting/SHost]] | ||
+ | * [[Scripting/SMarket]] | ||
+ | * [[Scripting/SPersistence]] | ||
+ | * [[Scripting/SPhysics]] | ||
+ | * [[Scripting/SPostFX]] Post FX control | ||
+ | * [[Scripting/SScene]] | ||
+ | * [[Scripting/SScript]] (aka 'Space') | ||
+ | * [[Scripting/SRenderSettings]] | ||
==Types Classes== | ==Types Classes== | ||
Line 169: | Line 196: | ||
** [[Scripting/SScoreRank]]ScoreRank functions. | ** [[Scripting/SScoreRank]]ScoreRank functions. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==External Events== | ==External Events== |
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
Coming soon
|