Difference between revisions of "Barebones function 4"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(No difference)

Revision as of 20:28, 16 March 2013

Barebones function 4

Function 4: 4:

  • Function 4

Use

Used to lessen the code needed by jumping to this function.

It is like using a common ending to a function.

But instead of writing out that common ending each time you would just jump to this function to end your function that ends in this way.

How the function appears in the script


2:       winend  //Closes a window message.
         ret 

Also see

ret, winend