Logo
Explore Help
Sign In
northern-lighthouse/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b40e63566a5ea50fd33471b96b51b9922bb5f80f
godot/modules/multiplayer/config.py

21 lines
329 B
Python
Raw Normal View History

[Net] Modularize multiplayer, expose MultiplayerAPI to extensions. - RPC configurations are now dictionaries. - Script.get_rpc_methods renamed to Script.get_rpc_config. - Node.rpc[_id] and Callable.rpc now return an Error. - Refactor MultiplayerAPI to allow extension. - New MultiplayerAPI.rpc method with Array argument (for scripts). - Move the default MultiplayerAPI implementation to a module.
2022-07-12 23:12:42 +02:00
def can_build(env, platform):
return True
def configure(env):
pass
def get_doc_classes():
return [
"SceneReplicationConfig",
"SceneMultiplayer",
"MultiplayerSpawner",
"MultiplayerSynchronizer",
[MP] Move OfflineMultiplayerPeer docs to the module Was missing from the module config, causing the XML to be added to the main doc folder
2024-11-27 13:18:33 +01:00
"OfflineMultiplayerPeer",
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions. - RPC configurations are now dictionaries. - Script.get_rpc_methods renamed to Script.get_rpc_config. - Node.rpc[_id] and Callable.rpc now return an Error. - Refactor MultiplayerAPI to allow extension. - New MultiplayerAPI.rpc method with Array argument (for scripts). - Move the default MultiplayerAPI implementation to a module.
2022-07-12 23:12:42 +02:00
]
def get_doc_path():
return "doc_classes"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 496ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API