1
0
Fork 0
mirror of https://github.com/sirjuddington/SLADE.git synced 2025-12-04 16:24:30 -05:00
3 Scripting
Simon Judd edited this page 2017-07-11 12:09:21 +09:30

SLADE Scripting Docs

A basic overview of SLADE Lua scripting types and functions.

Note that this is all very WIP and may change before 3.1.2 is released

Global Namespaces

  • SLADE - Functions for general interaction with the SLADE application
  • Archives - Functions related to archive handling
  • Game - Functions related to the game configuration

Types

Examples