What do you make of my intended use of these two functions ...
Simba Code:
function AnimatingMulti(B: TBoxArray; Time, MinCount: Integer): TBooleanArray;
Finds constant animation in boxes B during time T. If PixelShift in box is smaller than MinCount, it's considered not animating.(marpis)
... AND ...
Simba Code:
function Animating(B: TBox; Time, MinCount: Integer): Boolean;
Finds constant animation in boxes B during time T. If PixelShift in box is smaller than MinCount, it's considered not animating. (marpis)
Do you think that these could be used to detect the portals in the essence mine ?
E: @nosaj.421 - OK, I think that I had completely misunderstood the intended use / purpose of the doorprofiles.simba include. Thanks for your input.