Closed qgeissmann closed 8 years ago
it would be more convenient to have has_interacted as a small signed int. this way instead of being either:
has_interacted
we could have:
0 discrete states describing interaction.
for instance a three way valve can be in two positions.
this should be backward compatible as if(0) == false & if(1) ==true.
if(0) == false & if(1) ==true
it would be more convenient to have
has_interacted
as a small signed int. this way instead of being either:we could have:
for instance a three way valve can be in two positions.
this should be backward compatible as
if(0) == false & if(1) ==true
.