GSDL::Area
Instance methods
area_box
SourceChecks if this Area intersects with another Area, is facing it, and (optionally) an input action is active.
Returns true if this object (if Directionable) is facing the other Area's draw coordinates. Always returns true if this object is not Directionable.
Iterates over given areas and yields the first one that triggers the interaction condition.
on_area_trigger(others : Array, type : U.class, action : Symbol | String | Nil = nil, &block : U -> ) forall U
Iterates over an array of mixed objects, filters by the given type (which must include Area), and yields the first one that triggers the interaction condition.
render_y
Source