ZFFramework
 
Loading...
Searching...
No Matches
ZFLuaDef.h File Reference

global header for ZFLua module More...

#include "ZFCore.h"

Go to the source code of this file.

Macros

#define ZFLIB_ZFLua
 used to export symbols
 
#define ZFLuaErrorOccurredTrim(fmt, ...)
 util method to notify ZFLuaErrorCallbacks
 
#define ZFLuaErrorOccurred(fmt, ...)
 util method to notify ZFLuaErrorCallbacks
 
#define ZFLuaErrorOccurredDetail(callerInfo, fmt, ...)
 util method to notify ZFLuaErrorCallbacks
 

Functions

ZFCoreArray< ZFOutput > & ZFLuaErrorCallbacks ()
 callbacks that would be called when lua related error occurred, for debug use only
 

Detailed Description

global header for ZFLua module

Function Documentation

◆ ZFLuaErrorCallbacks()

ZFCoreArray< ZFOutput > & ZFLuaErrorCallbacks ( )
extern

callbacks that would be called when lua related error occurred, for debug use only

by default, ZFOutputDefault would be added during ZFLevelZFFrameworkNormal