MCPcopy Create free account
hub / github.com/clementgallet/libTAS / activeState

Method activeState

src/program/lua/LuaFunctionList.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool LuaFunctionList::activeState(int row) const
143{
144 return fileList[row].enabled;
145}
146
147void LuaFunctionList::switchForFile(int row, bool active)
148{

Callers 1

dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected