You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
FIX: forgotten bind to get_available_packet_count to be able to call get_var only if needed and avoid editor errors
This commit is contained in:
@@ -112,6 +112,7 @@ void PacketPeer::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("get_var"),&PacketPeer::_bnd_get_var);
|
||||
ObjectTypeDB::bind_method(_MD("put_var", "var:Variant"),&PacketPeer::put_var);
|
||||
ObjectTypeDB::bind_method(_MD("get_available_packet_count"),&PacketPeer::get_available_packet_count);
|
||||
};
|
||||
|
||||
/***************/
|
||||
|
||||
Reference in New Issue
Block a user