Automapper improvement
Posted: Sat Feb 07, 2015 8:04 pm
Hi,
is it possible to expand the automapper with a new function?
There is already a rule where i can proof if there is on a certain position a tile of a certain index.
But i need a negation of this.
For example i want to proof if on Pos -1 - 1 is NOT Index 1.
I did for the moment with a kind of or-function.
Cause there are just 3 possibilities what Pos -1 -1 can be, so i just made 2 cases for the other tiles.
But it is possible that you have more complicated constructions and then a negation-function would be awesome.
is it possible to expand the automapper with a new function?
There is already a rule where i can proof if there is on a certain position a tile of a certain index.
But i need a negation of this.
For example i want to proof if on Pos -1 - 1 is NOT Index 1.
I did for the moment with a kind of or-function.
Cause there are just 3 possibilities what Pos -1 -1 can be, so i just made 2 cases for the other tiles.
But it is possible that you have more complicated constructions and then a negation-function would be awesome.