| Gentee Programming Language > Documentation > Libraries | Download documentation |
The function returns the code of an object (function, method, operator, type) by its name and parameters.
uint getid( str name, collection params )
name The name of an object (function, method, operator ). The name of the method must begin with '@'. params The types of the required parameters.
The code (identifier) of an object.
uint getid( str name )
name The name of an object (function).
The code (identifier) of an object.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |