Cerberus X Documentation

Programming

a b c d e f g h i j k l m n o p q r s t u v w x y z
NameDescription
App config settings
in Programming/
App config settings are settings that affect how a project is built.
ASCII table
in Programming/
ASCII codes 0-127.
Asset import
in Programming/
The Import keyword can be used to provide assets to the current project which are not stored in the project data directory.
File formats
in Programming/
This table lists the file formats supported by Cerberus X targets.
Key codes
in Programming/
The following constants are for use with KeyDown and KeyHit:
Keywords
in Programming/
The identifiers below are language keywords and are reserved for use by the Cerberus X language; these keywords are case-insensitive.
Language reference
in Programming/
This manual describes the syntax and general concepts behind the core Cerberus X language.
Memory management
in Programming/
Cerberus X is a garbage collected language, and depends on the underlying target language to provide memory management.
Optimisation
in Programming/
Cerberus X optimises your code during translation for size.
Resource paths
in Programming/
App resources may be stored in many different locations, for example, in an app's data dir, on the local filesystem, or on a remote server.