diff options
Diffstat (limited to 'doc/classes/PCKPacker.xml')
-rw-r--r-- | doc/classes/PCKPacker.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/classes/PCKPacker.xml b/doc/classes/PCKPacker.xml new file mode 100644 index 0000000000..cf8efdf6be --- /dev/null +++ b/doc/classes/PCKPacker.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="PCKPacker" inherits="Reference" category="Core" version="3.0.alpha.custom_build"> + <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> |