コード例 #1
0
/**
  Sets the value of the element as a function value
*/
void LuaTableElement::set(LuaFunction f) {
  type = FUNCTION;
  func_value = f.getFunction();
}