Changeset 383 for trunk/src/lua/lua_raw.cc
- Timestamp:
- 06/02/15 20:56:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_raw.cc
r380 r383 262 262 } 263 263 264 std::vector<nv::uint8> nlua_tobytearray( lua_State *L, int index )265 { 266 index = lua_absindex( L, index ); 267 std::vector<nv::uint8> result;264 nv::vector<nv::uint8> nlua_tobytearray( lua_State *L, int index ) 265 { 266 index = lua_absindex( L, index ); 267 nv::vector<nv::uint8> result; 268 268 if ( lua_istable( L, index ) ) 269 269 {
Note: See TracChangeset
for help on using the changeset viewer.