Jump to content

MWSE function request


Daemonjax

Recommended Posts

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 by Daemonjax
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...