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