Home > dev > api > name > gb.getfunction 
 en fr de es it nl pl pt pt_BR sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
GB.GetFunction
int GB.GetFunction ( GB_FUNCTION *func , void *object , const char *name , const char *sign )

Search a Метод in a Класа.

* func will receive the function that matches the specifications.
* object is an Објект for a dynamic method, and a class for a static method.
* name is the name of the method.
* sign is the signature of the method.

This function returns a non-zero value if the method couldn't be found.

See also

api/cat/call, api/cat/signature