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

На главную


RelatedTexturesLua:GetList( self )

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

-- Класс:
RelatedTexturesLua

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

-- Параметры:
self - RelatedTexturesLua - группа текстур

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

-- Пример:
wtLoadingScreen:SetBacckgroundTexture( LOADING_TEXTURES:GetTexture( select( 2, table.getrandom( LOADING_TEXTURES: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

На главную