Run -doctool on existing documentation
Also, s/vecor/vector/
This commit is contained in:
parent
46c5fda91d
commit
c81c671131
1 changed files with 11 additions and 5 deletions
|
@ -27525,6 +27525,12 @@ This method controls whether the position between two cached points is interpola
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="scroll_to_line">
|
||||
<argument index="0" name="arg0" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_tab_size">
|
||||
<argument index="0" name="spaces" type="int">
|
||||
</argument>
|
||||
|
@ -37754,7 +37760,7 @@ This method controls whether the position between two cached points is interpola
|
|||
Vector class, which performs basic 3D vector math operations.
|
||||
</brief_description>
|
||||
<description>
|
||||
Vector3 is one of the core classes of the engine, and includes several built-in helper functions to perform basic vecor math operations.
|
||||
Vector3 is one of the core classes of the engine, and includes several built-in helper functions to perform basic vector math operations.
|
||||
</description>
|
||||
<methods>
|
||||
<method name="abs">
|
||||
|
|
Loading…
Reference in a new issue