GMLscripts.com

Discuss and collaborate on GML scripts
Invert

You are not logged in.

#1 Re: Script Submission » GameMaker Studio 2 style guide discussion » 2018-11-02 17:11:47

Nice! What about combining it with argument lists though? I am not a fan of the:

Expandvar x,y;
x = argument0;
y = argument1;

I personally use:

Expandvar
x = argument0, /// @param int x
y = argument1; /// @param int y

Board footer

Powered by FluxBB