PopperClass

Classlabel: "popper"

Class Tree: Entity->Ordnance->Bullet->Grenade->Popper

Description:
Popper is a Grenade that launches another Ordnance when it starts falling or it's lifeSpan expires.

Default ODF Properties:
[OrdnanceClass]
ammoCost = 10

ODF Properties:
  • [PopperClass]

    scanRange = 100.0f
    Range the Popper will search for Targets.

    targetAngle = 3.14159

    aimAngle = 3.14159

    TargetHidden = -1
    If this is >= 0, it is used to check if the Popper targets MorphTanks with HiddenWhenMorphed while Deployed. 0 is false, 1 is true.

    TargetInteractable = -1
    If this is >= 0, it is used to check if the Popper targets objects that are Interactable. 0 is false, 1 is true.

    TeamFilter = 0
    Team Filter for what objects the Popper can Target. Valid values: 0 = all teams, 1 = same team only, 2 = allies, 3 = enemies, 4 = not same team

    launchOrd = ""
    ODF name of the Ordnance Class launched by this Popper.

    launchXpl = ""
    ODF name of the Explosion Class used when this ordnance launches it's launchOrd.
On this page