Barebones function 2

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Barebones function 2

Function 2: 2:

  • Function 2

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:       call 221 //calls function 221.
         ret 

Also see

call, ret, Barebones function 221