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 ...)
 
(small gone)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
''native funcidx(const name[]);''
This article used to be about a Small scripting feature. It got removed from Eternity so it is no longer available.
 
'''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.