getid
Getting the code of an object by its name. The function returns the code of an object (function, method, operator, type) by its name and parameters.
func uint getid (
str name,
uint flags,
collection idparams
)
str name,
uint flags,
collection idparams
)
Parameters
name | The name of an object (function, method, operator ). | ||||||
flags | Flags.
| ||||||
idparams | The types of the required parameters. |
Return value
The code (identifier) of the found object. The function returns 0 if the such object was not found.
Related links | Source |