d516aab8fa
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
43 lines
1,012 B
XML
43 lines
1,012 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="PCKPacker" inherits="Reference" category="Core" version="3.0-stable">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
<method name="add_file">
|
|
<return type="int" enum="Error">
|
|
</return>
|
|
<argument index="0" name="pck_path" type="String">
|
|
</argument>
|
|
<argument index="1" name="source_path" type="String">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="flush">
|
|
<return type="int" enum="Error">
|
|
</return>
|
|
<argument index="0" name="verbose" type="bool">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="pck_start">
|
|
<return type="int" enum="Error">
|
|
</return>
|
|
<argument index="0" name="pck_name" type="String">
|
|
</argument>
|
|
<argument index="1" name="alignment" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|