首页 > dev > api > name > gb.getfunction 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
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.

参见

api/cat/call, api/cat/signature