Funcidx: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
(small gone)
 
Line 1: Line 1:
{{DISPLAYTITLE:funcidx}}
This article used to be about a Small scripting feature. It got removed from Eternity so it is no longer available.
''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|Small Functions]]

Latest revision as of 17:08, 7 August 2013

This article used to be about a Small scripting feature. It got removed from Eternity so it is no longer available.