Daemonjax Posted September 1, 2015 Share Posted September 1, 2015 (edited) An xGetCellFlags Function would be cool. It could just return a short integer, and we could test it against a bitmask. For example: short foo short bar setx foo to xGetCellFlags setx bar to xAnd foo 4 ;this just ANDs foo and 4 if ( bar ) ;illegal to rest in this cell (going from memory, but I recall it being the 3rd bit from the right in cell data flags) endif Edited September 2, 2015 by Daemonjax Link to comment Share on other sites More sharing options...
Recommended Posts