This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
681575fa71
godot
/
modules
/
enet
/
config.py
7 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
-Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher level" networking.
2016-08-14 16:29:25 +00:00
def
can_build
(
platform
)
:
enet: Split enet thirdparty files and allow unbundling Building against shared libraries only implemented for Linux X11 so far. TODO: Document Godot's modifications of upstream enet.
2016-10-10 17:50:51 +00:00
return
True
-Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher level" networking.
2016-08-14 16:29:25 +00:00
def
configure
(
env
)
:
pass