mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
39 lines
1.2 KiB
ReStructuredText
39 lines
1.2 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the PHashTranslation.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _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 **)**
|
|
|
|
|