let's say I set some properties like this

Code:
my.emask |= (ENABLE_SCAN | ENABLE_BLOCK);


Then how can I now put the entity's ENABLE_SCAN off while ENABLE_BLOCK should remain active?

Thanks for reading smile