ScriptInterface:LayersWindowGetSearchContext()
Version added: 12.2
Added in version 12.2
Return value:
LayersWindowSearchContext
function My_Test:Run(moho)
print("The search context is " .. moho:LayersWindowGetSearchContext() .. ".")
moho:LayersWindowSetSearchContext(MOHO.LAYERWND_SEARCHCONTEXT_TIMELINEVISIBILITYIS)
print("The search context changed to " .. moho:LayersWindowGetSearchContext() .. ".")
print("The search value is " .. moho:LayersWindowGetSearchContextValue() .. ".")
local s = tostring(MOHO.LAYERWND_SEARCHCONTEXT_VIS_ISVISIBLE)
moho:LayersWindowSetSearchContextValue(s)
print("The search value changed to " .. moho:LayersWindowGetSearchContextValue() .. ".")
endSearch results
Usage of 'LayersWindowGetSearchContext' is found in the following scripts:
FO_Utilities (Original Edition) by Lukas
View Code
Embed Script (Original Edition) by Lukas
View Code
Tagger (Original Edition) by Lukas
View Code