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:
parent
6f0b4678e2
commit
56533e6a75
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
/***************/
|
||||
|
|
Loading…
Reference in a new issue