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.
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 |