funcidx

From Eternity Wiki
Revision as of 09:13, 8 July 2009 by Printz (talk | contribs)
Jump to navigationJump to search

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