Пользовательские дополнения
На главную
RelatedTexturesLua: HasTexture( self, sysName )
Проверяет, существует ли текстура с данным идентификатором в группе.
-- класс:
RelatedTexturesLua
-- объявление:
function HasTexture( self, sysName )
-- параметры:
sysName: string - идентификатор текстуры
-- возвращаемые значения:
boolean - существует ли текстура с данным идентификатором
-- пример:
if group:HasTexture( "testure01" ) then
end
Search: "CategoryLuaApi" "CategoryRelatedResources"
CategoryRelatedResources
FunctionCommonGetAddonRelatedSoundGroup
FunctionCommonGetAddonRelatedTextGroup
FunctionCommonGetAddonRelatedTextureGroup
FunctionCommonGetAddonRelatedWidgetGroup
FunctionCommonGetStateRelatedSoundGroup
FunctionCommonGetStateRelatedTextGroup
FunctionCommonGetStateRelatedTextureGroup
FunctionCommonGetStateRelatedWidgetGroup
FunctionRelatedSoundsLuaGetList
FunctionRelatedSoundsLuaGetSound
FunctionRelatedSoundsLuaHasSound
FunctionRelatedTextsLuaGetList
FunctionRelatedTextsLuaGetText
FunctionRelatedTextsLuaHasText
FunctionRelatedTexturesLuaGetList
FunctionRelatedTexturesLuaGetTexture
FunctionRelatedTexturesLuaHasTexture
FunctionRelatedWidgetsLuaGetList
FunctionRelatedWidgetsLuaGetWidget
FunctionRelatedWidgetsLuaHasWidget
RelatedResources
RelatedSoundsLua
RelatedTextsLua
RelatedTexturesLua
RelatedWidgetsLua
CategoryLuaApi
CategoryFunction
CategoryRelatedResources
На главную