by JaedenDuhreis » Wed Mar 30, 2022 8:21 am
It would be nice to have virtual function:
Code: Select all
virtual bool CanCrossLine (Line l, int side)
for actors, that would allow to set custom rules if said actor can cross a specific line.
This idea originally came from a need to have a customizable generalization of the +CantLeaveFloorPic flag, to prevent selected actors to enter water (or different way forbidden) sectors.
It would be nice to have virtual function:
[code]virtual bool CanCrossLine (Line l, int side)[/code]
for actors, that would allow to set custom rules if said actor can cross a specific line.
This idea originally came from a need to have a customizable generalization of the +CantLeaveFloorPic flag, to prevent selected actors to enter water (or different way forbidden) sectors.