Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Liu233w
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Liu233w

    @Liu233w

    3
    Posts
    1011
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Liu233w Follow

    Posts made by Liu233w

    • RE: Feature Request: More event types

      @tigga I just read the source code of how Room.find works and found that the result of Room.find(FIND_HOSTILE_CREEPS) (and other structures) are constructed every tick no mater whether I read it or not... Maybe it's not a good idea to parse the event log instead of just looping through the result of find 😞

      posted in Feature Requests
      Liu233w
    • RE: Feature Request: More event types

      @tigga It is true that events like STRUCTURE_DECAYED and CREEP_SPAWNED can be detected by user's code without too much cpu cost. However, I really cannot image how to detect an invader entering a room in an O(1) time complexity.

      posted in Feature Requests
      Liu233w
    • Feature Request: More event types

      Could you guys please add more event types to Room.getEventLog? like creep enter room, structure decayed, creep spawned, etc.

      posted in Feature Requests
      Liu233w