mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
44 lines
1005 B
XML
44 lines
1005 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="PCKPacker" inherits="Reference" category="Core" version="3.2">
|
|
<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>
|