Changeset 1032 for trunk/core/luascript.c
- Timestamp:
- 01/09/11 00:38:10 (2 years ago)
- File:
-
- 1 edited
-
trunk/core/luascript.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/luascript.c
r1021 r1032 510 510 { 511 511 int timeout = luaL_optnumber( L, 1, 0 ); 512 camera_wait_click(timeout);512 action_wait_for_click(timeout); 513 513 return lua_yield( L, 0 ); 514 514 }
Note: See TracChangeset
for help on using the changeset viewer.