PoolVector is gone, replaced by Vector
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`.
This commit is contained in:
parent
fb8c93c10b
commit
3205a92ad8
406 changed files with 5314 additions and 8271 deletions
|
|
@ -53,7 +53,7 @@ public:
|
|||
void disconnect_peer(int p_peer_id, int p_code = 1000, String p_reason = "");
|
||||
int get_max_packet_size() const;
|
||||
virtual void poll();
|
||||
virtual PoolVector<String> get_protocols() const;
|
||||
virtual Vector<String> get_protocols() const;
|
||||
|
||||
EMWSServer();
|
||||
~EMWSServer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue