CommVehicleHClass

Classlabel: "commvehicleH"

Class Tree: Entity->GameObject->Craft->HoverCraft->Deployable->CommVehicleH

Description:
Comm Vehicles are mobile, Hover, Comm Bunkers. Deploying activates Satellite View.

Default ODF Properties:
[GameObjectClass]
categoryTypeOverride = 24 //TEAM_SLOT_UTILITY

ODF Properties:
  • [CommVehicleHClass]

    rangeScan = 300.0f
    This object's Radar range.

    periodScan = 0.0f
    The interval in seconds between Radar Pings.

    viewDist = 100.0f
    Initial view distance while in Satellite mode in this object.

    MinViewDist = viewDist
    Minimum view distance while in Satellite mode in this object.

    MaxViewDist = viewDist
    Maximum view distance while in Satellite mode in this object.
    Note: If the MaxViewDist is less then the MinViewDist, the values are swapped.

    viewZoom = 1.0f
    Initial Zoom of the Camera.

    minZoom = 1.0f
    Minimum Zoom level.

    maxZoom = 1.0f
    Maximum Zoom level.

    viewPitch = 0.7853975f
    Initial Pitch of the Camera.

    minPitch = 0.0f
    Minimum Pitch level.

    maxPitch = 1.570795f
    Maximum Pitch level.

    viewYaw = 0.0f
    Initial Yaw of the Camera. (0 is Up / North)

    minYaw = -1e30
    Minimum Yaw.

    maxYaw = 1e30
    Maximum Yaw.

    nearPlane = 1.0f
    The Camera Near Plane cutoff. Objects closer then this are not rendered.

    nearPlane = 500.0f
    The Camera Far Plane cutoff. Objects further then this are not rendered.

    disableFog = false
    If this is true, disables the Fog in the Satellite view.

    DoBettyOn = true
    If this is true, it plays the Race's *event.odf's value for EVENT_SOUND_10 "Satellite View Activated"

    DoBettyOff = true
    If this is true, it plays the Race's *event.odf's value for EVENT_SOUND_15 "Satellite View Deactivated"
On this page