Native referenceRedMclient

_DOES_CURRENT_LANGUAGE_SUPPORT_CONDENSED_STYLE

0x45D50415E4D885FF LOCALIZATION
FUNCTION SIGNATURE
BOOL _DOES_CURRENT_LANGUAGE_SUPPORT_CONDENSED_STYLE(/* parameters not documented */);
Property Value
Native Name _DOES_CURRENT_LANGUAGE_SUPPORT_CONDENSED_STYLE
Hash 0x45D50415E4D885FF
Return Type BOOL
Build 1207
API Set client

Description: Returns true if the current language is american, french, german, italian, spanish, brazilian or mexican. DOES*

Usage

Lua (Direct):

local result = DoesCurrentLanguageSupportCondensedStyle()

Lua (Hash):

local result = Citizen.InvokeNative(0x45D50415E4D885FF)
Back to LOCALIZATION