2010-02-09 4 views

Répondre

3

Quelque chose comme cela devrait fonctionner:

if (luabind::object f = luabind::globals(L)["f"]) 
{ 
    f(...); 
} 
Questions connexes