Packages

package support

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CaptureFlagLostReasonEnum extends AnyRef
  2. class CaptureFlagManager extends Actor

    Responsible for handling capture flag related lifecycles

  3. class DoorCloseActor extends Actor

    Close an opened door after a certain amount of time has passed.

    Close an opened door after a certain amount of time has passed. This Actor is intended to sit on top of the event system that handles broadcast messaging regarding doors opening.

    See also

    LocalService

  4. class HackCaptureActor extends Actor

    Responsible for handling the aspects related to hacking control consoles and capturing bases.

  5. class HackClearActor extends Actor

    Restore original functionality to an object that has been hacked after a certain amount of time has passed.

    Restore original functionality to an object that has been hacked after a certain amount of time has passed. This Actor is intended to sit on top of the event system that handles broadcast messaging regarding hacking events.

    See also

    LocalService

Ungrouped