Tf wearable levelable item: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
m (Classifying as model entity)
 
Line 1: Line 1:
{{lang|{{PAGENAME}}}}{{ent not in fgd}}
{{lang|{{PAGENAME}}}}{{ent not in fgd}}
{{CD|CTFWearableLevelableItem|file1=tf_wearable_levelable_item.cpp}}
{{CD|CTFWearableLevelableItem|file1=tf_wearable_levelable_item.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tf_wearable_levelable_item}} It is a helper entity for levelable items to level them up or down.
{{this is a|model entity|game=Team Fortress 2|name=tf_wearable_levelable_item}} It is a helper entity for levelable items to level them up or down.
{{note|The Model must have the "level" bodygroup for this entity to level up or down.}}
{{note|The Model must have the "level" bodygroup for this entity to level up or down.}}

Latest revision as of 04:35, 19 May 2025

English (en)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
CTFWearableLevelableItem
CTFWearable
CEconWearable
CEconEntity
CBaseAnimating
CBaseEntity
C++ tf_wearable_levelable_item.cpp

tf_wearable_levelable_item is a model entity available in Team Fortress 2 Team Fortress 2. It is a helper entity for levelable items to level them up or down.

Note.pngNote:The Model must have the "level" bodygroup for this entity to level up or down.