This commit is contained in:
Relintai 2022-07-21 23:31:37 +02:00
parent 5d260fd68d
commit 31ee15432b

View File

@ -9,6 +9,13 @@
#include "core/ustring.h" #include "core/ustring.h"
#include "core/variant.h" #include "core/variant.h"
//TODO
//Clean up the api
//Add api for ints, floats, strings and these should be saved (like they used to be)
//Make sure it's clear that thye will be like add_saved_int()...
//Add an api for variants, similar to get set_meta, but rw locked.
//Make sure it's obvious that it's not saved. Maybe set_temp_data ...
class HTTPSession : public Reference { class HTTPSession : public Reference {
GDCLASS(HTTPSession, Reference); GDCLASS(HTTPSession, Reference);