GM_project_filename

This constant holds the full path and filename of the YYP project file.

 

Syntax:

GM_project_filename;

 

Returns:

String

 

Example:

draw_text(32, 32, GM_project_filename);

The above code draws the value of the GM project filename constant.