Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 174: Line 174:
  }
  }


This will basically look for 3 parameters, and assign them accordingly - if they are not available, they will just be assigned nil using the naNil() calls (the next step would be to check if the parameters have the right types using the naIs* helpers).
This will basically look for 3 parameters, and assign them accordingly - if they are not available, they will just be assigned nil using the naNil() calls (the next step would be to check if the parameters have the right types using the naIs* helpers mentioned above).


= Creating Nasal Data Structures =
= Creating Nasal Data Structures =
2,561

edits

Navigation menu