Go to documentation repository
...
| Code Block |
|---|
OnEvent("CORE",N,"DO_REACT")
{
if (strequal(action,"SET_MARKRECT"))
{
DoReact("MONITOR","2","ADD_SHOW","cam<"+param5_val+">");
}
if (strequal(action,"DEL_MARKRECT"))
{
[
Wait(2);
DoReact("MONITOR","2","REMOVE","cam<"+param0_val+">");
]
}
}
|