Merge pull request #62713 from YuriSizov/docs-scripting-annotations
This commit is contained in:
commit
635d447a69
19 changed files with 462 additions and 17 deletions
|
|
@ -1434,6 +1434,7 @@ public:
|
|||
CompletionContext get_completion_context() const { return completion_context; }
|
||||
CompletionCall get_completion_call() const { return completion_call; }
|
||||
void get_annotation_list(List<MethodInfo> *r_annotations) const;
|
||||
bool annotation_exists(const String &p_annotation_name) const;
|
||||
|
||||
const List<ParserError> &get_errors() const { return errors; }
|
||||
const List<String> get_dependencies() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue