Entity carrier: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
{{Code class|CExtraMapEntity_Carrier|tf_extra_map_entity.cpp}}
{{Code class|CExtraMapEntity_Carrier|tf_extra_map_entity.cpp}}


==Keyvalues==
== Keyvalues ==
{{KV BaseEntity}}
{{KV BaseEntity}}
{{KV BaseAnimating}}
{{KV BaseAnimating}}


==Inputs==
== Inputs ==
{{I BaseEntity}}
{{I BaseEntity}}
{{I BaseAnimating}}
{{I BaseAnimating}}


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

Revision as of 02:28, 7 March 2023

English (en)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

Template:Entity

C++ In code, it is represented by theCExtraMapEntity_Carrierclass, defined in thetf_extra_map_entity.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