Bind many more properties to scripts
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
This commit is contained in:
@@ -98,6 +98,7 @@ public:
|
||||
virtual int get_max_packet_size() const;
|
||||
|
||||
void set_stream_peer(const Ref<StreamPeer> &p_peer);
|
||||
Ref<StreamPeer> get_stream_peer() const;
|
||||
void set_input_buffer_max_size(int p_max_size);
|
||||
int get_input_buffer_max_size() const;
|
||||
void set_output_buffer_max_size(int p_max_size);
|
||||
|
||||
Reference in New Issue
Block a user