Tf ammo pack: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
 
		
	
| Kestrelguy (talk | contribs) m (updated template usage.) | m (Classifying as model entity) | ||
| (6 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
| {{lang| | <!-- When this page is updated to {{langsp}} or {{language subpage}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->{{TF2 topicon}} | ||
| {{ | {{lang}} | ||
| [[ | {{Ent not in fgd}} | ||
| [[ | {{CD|CTFAmmoPack|file1=tf_ammo_pack.cpp}} | ||
| {{this is a|model entity|name=tf_ammo_pack|game=Team Fortress 2}} It is a medium ammo pack, Halloween {{tfwiki|Halloween_pumpkin|"crumpkin"}}, or Smissmas present dropped by player on death. | |||
| [[File:Mediumammo.png|thumb|right|200px|A dropped ammo box.]] | |||
| [[File:TF2_Crumpkin.png|thumb|right|180px|A dropped crumpkin.]] | |||
| == | ==FGD Code== | ||
|  @PointClass base(Targetname, EnableDisable, Toggle, Angles, RenderFields, Studiomodel, FadeDistance) | |||
|      studio("models/items/ammopack_medium.mdl") | |||
|      sphere(fademindist) | |||
|      sphere(fademaxdist) | |||
|      = tf_ammo_pack : "Dropped Ammo Pack" [] | |||
Latest revision as of 04:34, 19 May 2025

 
|  Class hierarchy | 
|---|
| CTFAmmoPack | 
|  tf_ammo_pack.cpp | 
tf_ammo_pack  is a   model entity  available in  Team Fortress 2. It is a medium ammo pack, Halloween
 Team Fortress 2. It is a medium ammo pack, Halloween  "crumpkin", or Smissmas present dropped by player on death.
 "crumpkin", or Smissmas present dropped by player on death.
FGD Code
@PointClass base(Targetname, EnableDisable, Toggle, Angles, RenderFields, Studiomodel, FadeDistance)
    studio("models/items/ammopack_medium.mdl")
    sphere(fademindist)
    sphere(fademaxdist)
    = tf_ammo_pack : "Dropped Ammo Pack" []



























