Import
The import keyword loads CES files into the current script.
Imported files can contain:
- classes
- functions
- global variables
The imported code becomes available in the current execution context.
Syntax
The .ces extension is optional.
Example
player.ces
main.ces
Output:
Import from folders
This allows organizing scripts into folders.