[DiscordArchive] quick question guys: after this <https://github.com/ElunaLuaEngine/Eluna/commit/2962d4fea3708cf22964
[DiscordArchive] quick question guys: after this <https://github.com/ElunaLuaEngine/Eluna/commit/2962d4fea3708cf22964
Archived author: Deleted User • Posted: 2021-05-10T08:41:10.408000+00:00
Original source
In AC core, there is no explicit transform from ObjectGuid to uint64
But in Eluna, everything is transformed
Archived author: Yehonal • Posted: 2021-05-10T08:41:32.458000+00:00
Original source
are there any methods in Eluna to get the low part of the guid from that uint64?
Archived author: Deleted User • Posted: 2021-05-10T08:42:18.729000+00:00
Original source
uint64 -> guid.GetRawValue
uint32 -> guid.Getcounter -> old low part
Archived author: Yehonal • Posted: 2021-05-10T08:43:47.910000+00:00
Original source
no sorry, I mean inside the Lua scripts
Archived author: Yehonal • Posted: 2021-05-10T08:44:14.439000+00:00
Original source
the Lua dev should still be able to access the low part from the pushed uint64