Changeset 805 for trunk/core/luascript.c
- Timestamp:
- 09/25/09 09:08:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/luascript.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/luascript.c
r731 r805 583 583 static int luaCB_get_drive_mode( lua_State* L ) 584 584 { 585 lua_pushnumber( L, shooting_get_ prop(PROPCASE_DRIVE_MODE) );585 lua_pushnumber( L, shooting_get_drive_mode() ); 586 586 return 1; 587 587 }
Note: See TracChangeset
for help on using the changeset viewer.