Table of Contents

CzFunc

Description

CzFunc is a wrapper for variables of type VarID_zeofunc, and provides member functions for creating, manipulating and executing extension functions.

Files

Declaration CzFunc.h
Implementation CzFunc.cpp

Member data

Member name Type Comments
m_args CzList The argument list for the extension function call.
m_rval CzVar The return value of the extension function call.

Member functions

Base class