X Tutup
Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.66 KB

File metadata and controls

38 lines (25 loc) · 1.66 KB

Top Down Sprite Maker | API Specification

Contents

The Top Down Sprite Maker scripting API is a domain-specific extension of the DeltaScript programming language. It is primarily used to write manifest.tds scripts that define sprite styles, or in conjunction with the command-line interface.

The API extends the DeltaScript base language by introducing the following namespaces and types:

Namespaces

Types


See Also

To see API changes from one Top Down Sprite Maker release version to another, please read the Changelog.

There is a series of theory pages, each of which explains a TDSM program concept in a way that should understand functions defined by the API specification.

For an explanation of this specification's format and conventions, consult the Help page.

For documentation covering the syntax and semantics of the DeltaScript base language, please consult its language specification and standard library.

X Tutup