Tf wearable levelable item: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created entity page. (Information from the Jungle Inferno leak of TF2.))
 
m (updated template usage.)
Line 1: Line 1:
{{lang|{{PAGENAME}}}}
{{ent not in fgd}}
{{tf2 point|tf_wearable_levelable_item}} It is a helper entity for levelable items to level them up or down.
{{tf2 point|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.}}
Line 5: Line 7:


==Keyvalues==
==Keyvalues==
{{KV BaseAnimating}}
{{KV BaseAnimating|base=1|noscroll=0}}
{{KV BaseEntity}}
{{KV BaseEntity|base=1}}


==Inputs==
==Inputs==
{{I BaseAnimating}}
{{I BaseAnimating|portal2=|noscroll=0}}
{{I BaseEntity}}
{{I BaseEntity|base=1|noscroll=0}}


==Outputs==
==Outputs==
{{O BaseAnimating}}
{{O BaseAnimating}}
{{O BaseEntity}}
{{O BaseEntity}}

Revision as of 12:05, 20 October 2022

English (en)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

Team Fortress 2 tf_wearable_levelable_item is a point 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.
C++ In code, it is represented by theCTFWearableLevelableItemclass, defined in thetf_wearable_levelable_item.cppfile.

Keyvalues

Note.pngNote:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history


Inputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history


Outputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Outputs for continuation of page history