You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API showed that EVENT_OBJECT_DESTROYED can return the any object in rooms is destroyed. But in engine code the structure destroy can only be logged when it is destroyed by creep or nuke attack (in
). I wonder if i need to spend a lot CPU to check if structure is changed or overwrite the prototype of Structure? Or it is just missing in the structure destroy code?
The text was updated successfully, but these errors were encountered:
The API showed that
EVENT_OBJECT_DESTROYED
can return the any object in rooms is destroyed. But in engine code the structure destroy can only be logged when it is destroyed by creep or nuke attack (inengine/src/processor/intents/_damage.js
Line 51 in 7863190
Structure
? Or it is just missing in the structure destroy code?The text was updated successfully, but these errors were encountered: