William

Results 3 comments of William

Hi, GetHashKey always returned an int32 so this would be a breaking change. I think you should just use [Convert. ToUInt32(Int32)](https://docs.microsoft.com/en-us/dotnet/api/system.convert.touint32?view=net-6.0#system-convert-touint32(system-int32)) here

This event contains only one value: the network id of the target entity. It can be parsed in this manner: ``` void Parse(rl::MessageBuffer& buffer) { entityNetId = buffer.Read(13); } ```...

It's a great idea to provide a way to prevent the deletion of server-created entities. However, I think it would be beneficial to add native functions to allow or disallow...