mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
To tell potential contributors that they should NOT edit those files but instead should work on the class.xml source of the main Godot repo
38 lines
1.1 KiB
ReStructuredText
38 lines
1.1 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_PHashTranslation:
|
|
|
|
PHashTranslation
|
|
================
|
|
|
|
**Inherits:** :ref:`Translation<class_translation>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Optimized translation.
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+-------+-----------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`generate<class_PHashTranslation_generate>` **(** :ref:`Translation<class_translation>` from **)** |
|
|
+-------+-----------------------------------------------------------------------------------------------------------+
|
|
|
|
Description
|
|
-----------
|
|
|
|
Optimized translation. Uses real-time compressed translations, which results in very small dictionaries.
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_PHashTranslation_generate:
|
|
|
|
- void **generate** **(** :ref:`Translation<class_translation>` from **)**
|
|
|
|
|