You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user