Changeset 8822 in orxonox.OLD for branches/single_player_map/src/lib/util
- Timestamp:
- Jun 27, 2006, 1:17:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/util/executor/executor_lua.h
r8815 r8822 420 420 { 421 421 lua_State* state = (lua_State*)values; 422 count = 0;422 count = 1; 423 423 424 424 toLua<ret>(state, (dynamic_cast<T*>(object)->*(functionPointer))( 425 425 fromLua<type0>(state, 1), 426 fromLua<type1>(state, 2),427 fromLua<type2>(state, 3) ));426 fromLua<type1>(state, 2), 427 fromLua<type2>(state, 3) )); 428 428 } 429 429
Note: See TracChangeset
for help on using the changeset viewer.