Documentation: Functions list of Div GO : Div Games Online v1.44.0
all functions (Div / Div 2 / Div GO)
original functions (Div / Div 2)
new functions (Div GO)
filter functions:
[math]
[graphics primitives]
[string]
[print text]
[interaction processes]
[scroll]
[mode7]
[scene3D]
[graphic effects]
[sound]
[video]
[geometric]
[pathfinding]
[color]
[region]
[general interaction program]
[date/time]
[saved data]
[string conversion]
[resource load]
[music module]
[array functions]
search functions:
5 original functions (Div / Div 2):
delete_text(text id);- all_text: using this constant value, delete all text of screen
move_text(identifier, x, y);
write(font, x, y, centering code, text);see example
- font: id returned by load_font()
- x: position x
- y: position y
- centering code: 0 to 8
- text: "write text"
write_in_map(font, text, centering code);see example
- font: id returned by load_font()
- text: "write text"
- centering code: 0 to 8
write_int(font, x, y, centering code, OFFSET variable);see example
- font: id returned by load_font()
- x: position x
- y: position y
- centering code: 0 to 8
- OFFSET variable: put varible defined
