Table of Contents

zfunc_GetFunc

Description

Retrieve a handle to a Zeolite extension function.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

ZFUNC zfunc_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, which is included with L3DT.