You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
-removed resources dock, good bye old friend
This commit is contained in:
@@ -75,10 +75,17 @@ friend class EditorData;
|
||||
|
||||
public:
|
||||
|
||||
bool is_at_begining() const;
|
||||
bool is_at_end() const;
|
||||
|
||||
void add_object(ObjectID p_object);
|
||||
void add_object(ObjectID p_object,const String& p_subprop);
|
||||
void add_object(ObjectID p_object,int p_relevel);
|
||||
|
||||
int get_history_len();
|
||||
int get_history_pos();
|
||||
ObjectID get_history_obj(int p_obj) const;
|
||||
|
||||
bool next();
|
||||
bool previous();
|
||||
ObjectID get_current();
|
||||
|
||||
Reference in New Issue
Block a user