Functions
lang.inc
amxmodx 1.8.2 hg65
| Function | Type | Description |
|---|---|---|
| AddTranslation | native | Adds a translation. |
| CreateLangKey | native | Adds or finds a translation key. |
| GetLangTransKey | native | Finds a translation key id without adding on failure. Returns -1 on not found. |
| LookupLangKey | native | Looks up the translation of the key for the given type This does NOT format the output text. eg: If the key includes %s, the outputted text will also contain %s. NOTE: LANG_PLAYER is invalid in this, use a player index or LANG_SERVER |
| get_lang | native | This function has no description. |
| get_langsnum | native | This function has no description. |
| lang_exists | native | This function has no description. |
| register_dictionary | native | This function has no description. |