Canseelos()
What to use a var at canseelos() to retrieve block point? For example: "var.LastBlockPoint" So we can do something like this?
if !<canseelos <morep>>
local.blockpoint <var.LastBlockedPoint>
endif
In theory this should ever work right? In which case the var can change before local.blockpoint is set? Only by weird behaviour? Or are there real chances?
Canseelos seems prepared to retrieve pttblock, It is a pity it cannot be accessed. I think we could add the var. the Impact on performance is minimal. If it gives problems, well we will know there is something wrong somewhere.
how do u see it?
So you ask modify source to be able get the Blocked point?
yes. We just need to decide how.
It can be as a ctag on char, or as a global Var. I think global Var is the best but someone told me Var can be changed by weird behaviour.
The impact would be minimal cos as I said, canseelos() already prepare the coords to be given. And it does not affect to anyone if added.
We could add LOSBLOCKP, returning the P if found, or empty string