Пользовательские дополнения
На главную
RelatedSoundsLua:HasSound( self, sysName )
Проверяет, существует ли звук с данным идентификатором в группе.
-- класс:
RelatedSoundsLua
-- объявление:
function HasSound( self, sysName )
-- параметры:
sysName: string - идентификатор звука
-- возвращаемые значения:
boolean - существует ли звук с данным идентификатором
-- пример:
if group:HasSound( "test01" ) 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
На главную