Usage:
ObjectTemplate.ToolTipType
name
Argument values:
argument 1: | TTATGun, TTArtillery, TTLcvp; most commonly TTATGun |
Description: This property is used exclusively in Battlefield Vietnam. Equivalent to SetToolTipType.
Related properties: CrossHairType, GUIIndex, PrimaryAmmoBar, VehicleCategory
Used in object types (and how often in each type): PlayerControlObject (2%)
Used in a total of 6 .con files: Objects.con
Parent directory of these .con files: vietnamObjects/Vehicles
Example: (from vietnamObjects/Vehicles/Land/USMobileSpawn01/Objects.con)
rem *** M46 ***
ObjectTemplate.Create PlayerControlObject USMobileSpawn01
ObjectTemplate.NetworkableInfo USMobileSpawnBodyInfo
ObjectTemplate.SaveInSeparateFile 1
ObjectTemplate.HasCollisionPhysics 1
ObjectTemplate.HasResponsePhysics 1
ObjectTemplate.CullRadiusScale 5
ObjectTemplate.HasMobilePhysics 1
ObjectTemplate.HasDynamicShadow 1
ObjectTemplate.ExplosionRadius 15
ObjectTemplate.ExplosionDamage 10
rem ObjectTemplate.exitTimer 1
ObjectTemplate.HasArmor 1
ObjectTemplate.Hitpoints 150
ObjectTemplate.Maxhitpoints 150
ObjectTemplate.Material 45
ObjectTemplate.Drag 6
ObjectTemplate.Mass 3000
ObjectTemplate.CriticalDamage 0
ObjectTemplate.HpLostWhileCriticalDamage 0
ObjectTemplate.ExplosionForceMod 16
ObjectTemplate.HpLostWhileUpSideDown 0
ObjectTemplate.DamageFromWater 1
ObjectTemplate.HpLostWhileDamageFromWater 200
ObjectTemplate.AddArmorEffect 100 em_StukaDamage 0/2.6/0
ObjectTemplate.AddArmorEffect 35 e_AA-GunDamage 0/0.517/1.448
rem ObjectTemplate.addArmorEffect 0 e_Scrapmetal_M46 0/1.0/1.448
ObjectTemplate.AddArmorEffect 0 e_ScrapMetal 0/1.0/1.448
ObjectTemplate.TimeToLiveAfterDeath 5
rem -------------------------------------
ObjectTemplate.AddTemplate lodUSMobileSpawn01
rem -------------------------------------
ObjectTemplate.SetSoldierExitLocation -2/0.5/0 0/0/0
ObjectTemplate.GUIIndex 19
ObjectTemplate.VehicleIcon "Vehicle/icon_willy.tga"
ObjectTemplate.VehicleIconPos 15/70
ObjectTemplate.NumberOfWeaponIcons 1
ObjectTemplate.PrimaryAmmoIcon "Ammo/Icon_cannon.tga"
ObjectTemplate.PrimaryAmmoBar ABAmmoBarReloadBar
ObjectTemplate.CrossHairType CHTIcon
ObjectTemplate.VehicleCategory VCLand
ObjectTemplate.VehicleType VTATGun
ObjectTemplate.ToolTipType TTATGun
ObjectTemplate.SetMinimapIcon "minimap/minimap_icon_blank_16x16.tga"
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.