RayDevWiki

Rayman Developer Community Wiki

User Tools

Site Tools


jade:scripting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
jade:scripting [2024/03/11 15:03] yeg_gjade:scripting [2024/03/11 15:06] yeg_g
Line 6: Line 6:
  
 A basic guide on getting started with scripting in Jade is available [[jade:scripting:getting-started|here]]. A basic guide on getting started with scripting in Jade is available [[jade:scripting:getting-started|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 ===== ===== Functions =====
 //FIXME TODO: List all the functions of the language// //FIXME TODO: List all the functions of the language//
-===== Object-Related ===== 
  
 +With some of these, if you have an object variable, you can preface the function with @objectVariable to specify what the function is for. 
  
 ''OBJ_Me()'' : A reference to the object the script is attached to. ''OBJ_Me()'' : A reference to the object the script is attached to.
Line 67: Line 53:
 ===== Procedures ===== ===== Procedures =====
 //FIXME TODO: List all the functions of the language// //FIXME TODO: List all the functions of the language//
 +
 +===== 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//
jade/scripting.txt · Last modified: 2024/03/11 15:12 by yeg_g