Lua/LuaState: Add RawEqual function

This commit is contained in:
Lynix
2018-11-14 23:54:31 +01:00
parent c4cf6d2f53
commit a3fd69a453
3 changed files with 8 additions and 0 deletions

View File

@@ -157,6 +157,8 @@ namespace Nz
void* PushUserdata(std::size_t size) const;
void PushValue(int index) const;
bool RawEqual(int index1, int index2) const;
void Remove(int index) const;
void Replace(int index) const;