A lot of things can be changed in the editor to make it more convenient to make maps (hotkeys, etc). When I create a function, most of the time I want it to be an Action that returns nothing. The default function has option set to Function and it returns a boolean.
Is there a way to change the editor so that every function I make is an Action returning nothing instead?
It's not that I can't change it. It's just that I'd like not to have to so often. Hence wanting different default values when creating a new function. It's no biggie if it's not possible of course.
A lot of things can be changed in the editor to make it more convenient to make maps (hotkeys, etc). When I create a function, most of the time I want it to be an Action that returns nothing. The default function has option set to Function and it returns a boolean.
Is there a way to change the editor so that every function I make is an Action returning nothing instead?
returning boolean has an advantage, you're able to use it in a set variable action and have the comfortable gui to edit it
if you don't want it return anything, it gets really complicated...
click return and change it to none
@b0ne123: Go
It's not that I can't change it. It's just that I'd like not to have to so often. Hence wanting different default values when creating a new function. It's no biggie if it's not possible of course.
oh wow, now I get it. if you want to change the default return type, i guess you have to hexedit the editor or open/change the sc2 mpq files
I doubt it is worth the time you need to simply click twice and change it every time you create a new function
@b0ne123: Go
Yeah, no... that wouldn't be worth it :)