Files
godot-docs/classes/class_phashtranslation.rst
2017-09-23 11:01:36 +02:00

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 **)**