ClanSoft logo
ClanSoft logo

    CL_Lua::record

Syntax

static void record(
        char* name,
        lua_CFunction func);

Parameters

name-the name of the function
func-pointer to the function

Description

Register a C++ function to be called from Lua


Back to index



This page was built using the Perceps documentation system.