Documentation

Script Language - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Script Language

Root.ScriptLanguage
Script languages

Constants

None (`None`)
Blank script
Flow (`Flow`)
Graphical script with nodes and connections; uses root node pointer
Expression (`Expression`)
Graphical scripter expression only; uses code string
Lua (`Lua`)
Text Lua script; uses code string
CSS (`CSS`)
Cascading Style Sheets (CSS) script used to style instances of object resources; uses code string
GLSL (`GLSL`)
OpenGL Shading Language (GLSL) script for programming shader effects on surfaces and textures; uses code string

If you think anything is missing, please feel free to: submit documentation feedback on this page