pkxFindFuncDef
pkxFindFuncDef(pkx_compDefId t_slot t_type) =>pkx_funcDefId/ nil
Description
(Virtuoso MultiTech Framework) Searches for a funcDef object in the specified compDef with the specified attributes, and returns its ID if it exists.
Arguments
Value Returned
|
The specified |
Example
Searches for the funcDef object in the compDef object with the function slot G1 and the function type type1.
funcDef = pkxFindFuncDef(compDef "G1" "type1")
Related Topics
Return to top