Setting up help for global functions

Say you have a global helper function like FOOmap which you want to provide help for. Then Iguana X makes that especially easy.

  • To make an editable component:

  • To enter the translator, double click the new component and click edit script:

 

  • Then add a new directory/folder called FOO:

 

FOOmain

 

function FOOmap(T) --testing the mapping end

require 'FOO.FOOmain'

 

  • FOOmap

  • Select Create File:

  • Name the file like below, and make sure it is a .help extension:

 

Â