FIND_DROPPED_ENERGY also finds resources
-
-
Unfortunately a known issue. FIND_DROPPED_ENERGY has the same output as FIND_DROPPED_RESOURCES.
You need to filter out the stuff after the find.
-
This is intended behavior.
FIND_DROPPED_ENERGY
has been replaced withFIND_DROPPED_RESOURCES
and remains only for backwards compatibility reasons.
-
This caused a really subtle bug in my code.
Should really throw a warning or something, since it is so misleadingly named.
-
I think it should be removed from the documentation. Leave the constant there for backwards compatibility, but don't tell people it's there so they don't accidentally use it.