Tf wearable levelable item: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
m (Classifying as model entity)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lang|{{PAGENAME}}}}{{ent not in fgd}}
{{lang|{{PAGENAME}}}}{{ent not in fgd}}
{{this is a|e0|game=tf2|name=tf_wearable_levelable_item}} It is a helper entity for levelable items to level them up or down.
{{CD|CTFWearableLevelableItem|file1=tf_wearable_levelable_item.cpp}}
{{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.}}
{{code class|CTFWearableLevelableItem|tf_wearable_levelable_item.cpp}}
__TOC__
==Keyvalues==
{{KV BaseAnimating|base=1|noscroll=0}}
{{KV BaseEntity|base=1}}
==Inputs==
{{I BaseAnimating|portal2=|noscroll=0}}
{{I BaseEntity|base=1|noscroll=0}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity}}

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.