fix(ObjectMethods.h): GetUInt64Value return value (#340)
This commit is contained in:
@@ -226,8 +226,8 @@ namespace LuaObject
|
||||
int GetUInt64Value(lua_State* L, Object* obj)
|
||||
{
|
||||
uint16 index = Eluna::CHECKVAL<uint16>(L, 2);
|
||||
obj->GetUInt64Value(index);
|
||||
return 0;
|
||||
Eluna::Push(L, obj->GetUInt64Value(index));
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user