We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Ever wanted to
function foo takes nothing returns nothing call bar() local unit baz = CreateUnit() endfunction
Now you can. Do keep in mind that this
function foo takes nothing returns nothing call GetWidgetLife(baz) local unit baz = ... endfunction
Is going to throw an error because baz is not yet defined.
baz