Difference between revisions of "Barebones function template"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
Line 9: Line 9:
 
==How the function appears in the script==
 
==How the function appears in the script==
 
  <span style='font-size:12px;font-family:courier'>
 
  <span style='font-size:12px;font-family:courier'>
  <span style='color:blue'>0:     </span><span style='color:green'>opcode </span>options <span style='color:orange'>//Comment</span>
+
  <span style='color:blue'>0:       </span><span style='color:green'>opcode </span>options <span style='color:orange'>//Comment</span>
 
  <span style='color:green'>        ret </span>
 
  <span style='color:green'>        ret </span>
 
  </span>
 
  </span>

Latest revision as of 20:02, 16 March 2013

Barebones function 0

Function 0: 0:

  • Function 0

Use

Brief description of use

How the function appears in the script


0:       opcode options //Comment
         ret 

Also see

List of OP Codes used in the function.