RayDevWiki

Rayman Developer Community Wiki

User Tools

Site Tools


jade:scripting

This is an old revision of the document!


Scripting

Like it's predecessor, CPA, Jade uses a C-like proprietary scripting language for implementing game, object and world specific behaviours.

This language appears to be only typically used for development purposes, and instead as when a title is shipped, the scripting language will usually be converted into C/C++ and compiled natively for the target platform for better performance.

A basic guide on getting started with scripting in Jade is available here.

Basic Concepts

FIXME TODO: Explain the basic concepts of the language

Syntax

FIXME TODO: Explain the syntax of the language

Keywords

FIXME TODO: List all the keywords of the language

Conditions

FIXME TODO: List all the conditions of the language

Functions

FIXME TODO: List all the functions of the language

Procedures

FIXME TODO: List all the functions of the language

jade/scripting.1704806014.txt.gz ยท Last modified: 2024/01/09 13:13 by hogsy