Entity croc: 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)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{lang|entity_croc}}{{this is a|e0|game=tf2|name=entity_croc}}
{{LanguageBar}}{{stub}}
{{CD|CEntityCroc|base=CBaseAnimating|file1=1}}
{{this is a|model entity|game=Team Fortress 2|name=entity_croc}}
The crocodiles generated by {{ent|func_croc}}.


==Description==
== See Also ==
{{todo}}
* {{ent|entity_bird}}
 
* {{ent|entity_saucer}}
==Keyvalues==
* {{ent|entity_carrier}}
{{KV BaseEntity}}
* {{ent|entity_sign}}
{{KV BaseAnimating}}
* {{ent|entity_rocket}}
 
==Inputs==
{{I BaseEntity}}
{{I BaseAnimating}}
{{I Damage}}
 
==Outputs==
{{O BaseEntity}}
{{O BaseAnimating}}

Latest revision as of 04:31, 19 May 2025

English (en)Translate (Translate)

Stub

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

C++ Class hierarchy
CEntityCroc
CBaseAnimating
CBaseEntity
C++ func_croc.cpp

entity_croc is a model entity available in Team Fortress 2 Team Fortress 2. The crocodiles generated by func_croc.

See Also