Funcidx: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: ''native funcidx(const name[]);'' '''Found in:''' core.inc ==Description== This function returns the internal index of a public Small function. This is not yet useful for anything within ...)
 
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:funcidx}}
''native funcidx(const name[]);''
''native funcidx(const name[]);''



Revision as of 09:13, 8 July 2009

native funcidx(const name[]);

Found in: core.inc

Description

This function returns the internal index of a public Small function. This is not yet useful for anything within the Eternity environment.

Parameters
  • const name[]: Name of a public function found in the current script
Return value

Internal index number of the function.

Exceptions
  • Native function failed: The value in name cannot be used as a function name.

See also

Small Functions