[#bugs] [modding] although the general `ObjectEnteredCell` event tells us from what dire...

Issue #866 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: helado, legendary sweet ooze

Message (jump):

<helado, legendary sweet ooze> [modding] although the general ObjectEnteredCell event tells us from what direction the object is entering, the nearest equivalent for liquids, the ObjectEnteredCell method, does not provide this information, which i would like to use for my mod

Comments (4)

  1. chaos

    Next patch, liquids' ObjectEnteredCell() will get the ObjectEnteredCellEvent as their second argument instead of a GameObject. (The old version will still get called for compat.)

  2. Log in to comment