Added two new stack disciplines to LuaStack
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
//
|
||||
// True if two tables contain the same key/value pairs.
|
||||
//
|
||||
bool table_equal(LuaStack &LS0, LuaSlot tab1, LuaSlot tab2);
|
||||
bool table_equal(LuaCoreStack &LS0, LuaSlot tab1, LuaSlot tab2);
|
||||
|
||||
// table_getpairs
|
||||
//
|
||||
// Get a table containing the key-value pairs in tab. Optionally sort
|
||||
// the pairs. Return true if all keys were sortable.
|
||||
//
|
||||
bool table_getpairs(LuaStack &LS0, LuaSlot tab, LuaSlot pairs, bool sort);
|
||||
bool table_getpairs(LuaCoreStack &LS0, LuaSlot tab, LuaSlot pairs, bool sort);
|
||||
|
||||
|
||||
#endif // TABLE_HPP
|
||||
|
||||
Reference in New Issue
Block a user