Package

net.psforever.objects

avatar

Permalink

package avatar

Visibility
  1. Public
  2. All

Type Members

  1. class DeployableToolbox extends AnyRef

    Permalink

    A class that keeps track - "manages" - deployables that are owned by the avatar.

    Deployables belong to the Engineering certification line of certifications.

    A class that keeps track - "manages" - deployables that are owned by the avatar.

    Deployables belong to the Engineering certification line of certifications. CombatEngineering and above certifications include permissions for different types of deployables, and one unique type of deployable is available through the GroundSupport and one that also requires AdvancedHacking. (They are collectively called "ce" for that reason.) Not only does the level of certification change the maximum number of deployables that can be managed by type but it also influences the maximum number of deployables that can be managed by category. Individual deployables are counted by type and category individually in special data structures to avoid having to probe the primary list of deployable references whenever a question of quantity is asked. As deployables are added and removed, and tracked certifications are added and removed, these structures are updated to reflect proper count.

Value Members

  1. object Avatars extends Enumeration

    Permalink

    An Enumeration of all the avatar types in the game, paired with their object id as the Value.

    An Enumeration of all the avatar types in the game, paired with their object id as the Value. #121 is the most important.

  2. object Certification

    Permalink
  3. object DeployableToolbox

    Permalink

Ungrouped