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

На главную


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
FunctionCommonGetStateRelatedSoundGroup
FunctionCommonGetStateRelatedTextGroup
FunctionCommonGetStateRelatedTextureGroup
FunctionRelatedSoundsLuaGetList
FunctionRelatedSoundsLuaGetSound
FunctionRelatedSoundsLuaHasSound
FunctionRelatedTextsLuaGetList
FunctionRelatedTextsLuaGetText
FunctionRelatedTextsLuaHasText
FunctionRelatedTexturesLuaGetList
FunctionRelatedTexturesLuaGetTexture
FunctionRelatedTexturesLuaHasTexture
RelatedResources
RelatedSoundsLua
RelatedTextsLua
RelatedTexturesLua


CategoryLuaApi CategoryFunction CategoryRelatedResources

На главную