heroiclabs / nakama-godot

Godot client for Nakama server written in GDScript.
Apache License 2.0
595 stars 69 forks source link

Godot 4 RC3 Type check and return fixes #157

Closed jaydensipe closed 1 year ago

jaydensipe commented 1 year ago

Godot introduced a new function is_instance_of to check if an Object is a type that is not known at runtime. This breaks functionality using is to check types not known at runtime. _put_packet_script function has also been updated to return Error instead of int to match parent function.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

dsnopek commented 1 year ago

Thanks!