mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Fix links case and sync headers with editor
Output from godotengine/godot#22002.
This commit is contained in:
+11
-12
@@ -7,8 +7,7 @@
|
||||
PCKPacker
|
||||
=========
|
||||
|
||||
**Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
||||
|
||||
**Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
@@ -16,30 +15,30 @@ Brief Description
|
||||
|
||||
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
Methods
|
||||
-------
|
||||
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`Error<enum_@globalscope_error>` | :ref:`add_file<class_PCKPacker_add_file>` **(** :ref:`String<class_string>` pck_path, :ref:`String<class_string>` source_path **)** |
|
||||
| :ref:`Error<enum_@GlobalScope_Error>` | :ref:`add_file<class_PCKPacker_add_file>` **(** :ref:`String<class_String>` pck_path, :ref:`String<class_String>` source_path **)** |
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`Error<enum_@globalscope_error>` | :ref:`flush<class_PCKPacker_flush>` **(** :ref:`bool<class_bool>` verbose **)** |
|
||||
| :ref:`Error<enum_@GlobalScope_Error>` | :ref:`flush<class_PCKPacker_flush>` **(** :ref:`bool<class_bool>` verbose **)** |
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`Error<enum_@globalscope_error>` | :ref:`pck_start<class_PCKPacker_pck_start>` **(** :ref:`String<class_string>` pck_name, :ref:`int<class_int>` alignment **)** |
|
||||
| :ref:`Error<enum_@GlobalScope_Error>` | :ref:`pck_start<class_PCKPacker_pck_start>` **(** :ref:`String<class_String>` pck_name, :ref:`int<class_int>` alignment **)** |
|
||||
+----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_PCKPacker_add_file:
|
||||
|
||||
- :ref:`Error<enum_@globalscope_error>` **add_file** **(** :ref:`String<class_string>` pck_path, :ref:`String<class_string>` source_path **)**
|
||||
- :ref:`Error<enum_@GlobalScope_Error>` **add_file** **(** :ref:`String<class_String>` pck_path, :ref:`String<class_String>` source_path **)**
|
||||
|
||||
.. _class_PCKPacker_flush:
|
||||
|
||||
- :ref:`Error<enum_@globalscope_error>` **flush** **(** :ref:`bool<class_bool>` verbose **)**
|
||||
- :ref:`Error<enum_@GlobalScope_Error>` **flush** **(** :ref:`bool<class_bool>` verbose **)**
|
||||
|
||||
.. _class_PCKPacker_pck_start:
|
||||
|
||||
- :ref:`Error<enum_@globalscope_error>` **pck_start** **(** :ref:`String<class_string>` pck_name, :ref:`int<class_int>` alignment **)**
|
||||
- :ref:`Error<enum_@GlobalScope_Error>` **pck_start** **(** :ref:`String<class_String>` pck_name, :ref:`int<class_int>` alignment **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user