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
|
|
@ -174,6 +174,11 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_public_annotations" qualifiers="virtual const">
|
||||
<return type="Dictionary[]" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_public_constants" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<description>
|
||||
|
|
@ -378,7 +383,9 @@
|
|||
</constant>
|
||||
<constant name="LOOKUP_RESULT_CLASS_TBD_GLOBALSCOPE" value="7" enum="LookupResultType">
|
||||
</constant>
|
||||
<constant name="LOOKUP_RESULT_MAX" value="8" enum="LookupResultType">
|
||||
<constant name="LOOKUP_RESULT_CLASS_ANNOTATION" value="8" enum="LookupResultType">
|
||||
</constant>
|
||||
<constant name="LOOKUP_RESULT_MAX" value="9" enum="LookupResultType">
|
||||
</constant>
|
||||
<constant name="LOCATION_LOCAL" value="0" enum="CodeCompletionLocation">
|
||||
The option is local to the location of the code completion query - e.g. a local variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue