- Timestamp:
- Aug 21, 2010, 10:20:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/LuaState.cc
r7189 r7199 370 370 } 371 371 372 MultiType LuaFunctor::operator()(const MultiType& param1, const MultiType& param2, const MultiType& param3, const MultiType& param4, const MultiType& param5)372 void LuaFunctor::operator()() 373 373 { 374 374 lua_->doString(this->code_); 375 return MT_Type::Null;376 375 } 377 376 }
Note: See TracChangeset
for help on using the changeset viewer.