Пользовательские дополнения

На главную


RelatedTextsLua:GetList( self )

Возвращает список всех тестов в текстовой группе

-- Класс:
RelatedTextsLua

-- Объявление:
function GetList( self )

-- Параметры:
self - RelatedTextsLua - группа текстов

-- Возвращаемые значения:
table of strings (индексация с 1) - список имен всех текстов в группе

-- Пример:
wtLoadingScreenTipText:SetVal( "text", LOADING_TIPS:GetText( select( 2, table.getrandom( LOADING_TIPS:GetList() ) ) ) )

Search: "CategoryLuaApi" "CategoryRelatedResources"

CategoryRelatedResources
FunctionCommonGetAddonRelatedSoundGroup
FunctionCommonGetAddonRelatedTextGroup
FunctionCommonGetAddonRelatedTextureGroup
FunctionCommonGetStateRelatedSoundGroup
FunctionCommonGetStateRelatedTextGroup
FunctionCommonGetStateRelatedTextureGroup
FunctionRelatedSoundsLuaGetList
FunctionRelatedSoundsLuaGetSound
FunctionRelatedSoundsLuaHasSound
FunctionRelatedTextsLuaGetList
FunctionRelatedTextsLuaGetText
FunctionRelatedTextsLuaHasText
FunctionRelatedTexturesLuaGetList
FunctionRelatedTexturesLuaGetTexture
FunctionRelatedTexturesLuaHasTexture
RelatedResources
RelatedSoundsLua
RelatedTextsLua
RelatedTexturesLua


CategoryLuaApi CategoryFunction CategoryRelatedResources

На главную