1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

SceneRPCInterface: Sort rpc names using StringLikeVariantOrder

This commit is contained in:
rune-scape
2024-10-22 21:31:54 -07:00
committed by rune-scape
parent b3bcb2dc14
commit 3c8615221a
2 changed files with 1 additions and 13 deletions

View File

@@ -91,8 +91,6 @@ private:
#endif
protected:
static bool _sort_rpc_names(const Variant &p_l, const Variant &p_r);
void _process_rpc(Node *p_node, const uint16_t p_rpc_method_id, int p_from, const uint8_t *p_packet, int p_packet_len, int p_offset);
void _send_rpc(Node *p_from, int p_to, uint16_t p_rpc_id, const RPCConfig &p_config, const StringName &p_name, const Variant **p_arg, int p_argcount);