You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Support multiple debug protocols.
This commit is contained in:
@@ -183,7 +183,7 @@ public:
|
||||
void set_camera_override(CameraOverride p_override) { camera_override = p_override; }
|
||||
CameraOverride get_camera_override() { return camera_override; }
|
||||
|
||||
Error start();
|
||||
Error start(const String &p_protocol = "tcp://");
|
||||
|
||||
void stop();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user