ClanSoft logo
ClanSoft logo

    CL_LuaObject::operator[]

Syntax

CL_LuaObject operator[](int index);

Description

Subscription

If the object is a Lua table, the #operator[]@ can be used to indexed the Lua corresponding value. FUNCTIONS If the object is a Lua function, the operator () can be used to call it.


Back to index



This page was built using the Perceps documentation system.