mirror of
https://github.com/godotengine/godot.git
synced 2025-02-11 05:10:54 +00:00
IP_Address changes: - Converts to and from String transparently while handling IPv4 as IPv6 mapped (::ffff:[IP]) address internally. - Completely remove AddrType enum. - Setting/Getting of ip array is now only possible through dedicated functions (ie. set_ipv4, get_ipv4, set_ipv6, get_ipv6) - Add function to know if the address is a valid IPv4 (for IP implementation and enet) |
||
---|---|---|
.. | ||
config.py | ||
networked_multiplayer_enet.cpp | ||
networked_multiplayer_enet.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |