Table of Contents

zeofunc_GetFunc

Description

Retrieve a handle to a Zeolite extension function.

Function prototype

ZFUNC CExtAPI::zeofunc_GetFunc(const char* lpFuncName);

Arguments

Name Type Comment
lpFuncName const char* A handle to a C-style string containing the full name of the function (including namespace, delimited by '.' dot operator.) See link in comments for examples.

Return value

A null handle if the function is not found or an error occurred, and a valid non-null handle otherwise.

Comments

To see the available list of extension functions, use the atFuncBrowser plugin (included with L3DT).