Div Games Online
logo Div Games Online

Documentation: Functions list of Div GO : Div Games Online v2.04.2

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] [websocket]
search functions:  

10 functions (Div / Div 2 / Div GO):

delete_local_storage(OFFSET variable);
delete_session(OFFSET variable);
find_local_storage(OFFSET variable);see example
[returns TRUE or FALSE, if the variable saved exists]
find_session(OFFSET variable);
[returns TRUE or FALSE, if the session variable exists]
load_external_data(filename);
load_local_storage(OFFSET variable);see example
load_session(OFFSET variable);
save_external_data(file path, OFFSET variable);
save_local_storage(OFFSET variable);see example
save_session(OFFSET variable);