From OpenSCADAWiki
Dynamic node's flags (enum TCntrNode::Flag):
- TCntrNode::DoDisable — switching-off (0);
- TCntrNode::Disabled — disabled (1);
- TCntrNode::DoEnable — switching-on (2);
- TCntrNode::Enabled — enabled (3);
- TCntrNode::Modified — sign of the Modified state (0x04);
- TCntrNode::ModifiedS — sign of saving the Modified state at it setting just in the loading (0x08);
- TCntrNode::SaveForceOnChild — sign of saving forcibly on children Modified flag set (0x10)
- TCntrNode::LoadForcibly — sign of the node forcibly loading, then the errors suppression for not modified nodes before that operation (0x20).