Generic Keyvalues, Inputs and Outputs

From Valve Developer Community
Revision as of 09:15, 25 September 2024 by Nescius (talk | contribs) (Created page with "{{LanguageBar}} {{Toc-right}} The following are generic keyvalues, inputs and outputs available to all entities. They are not necessarily in FGD of every game / entity bu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)中文 (zh)Translate (Translate)

The following are generic keyvalues, inputs and outputs available to all entities. They are not necessarily in FGD of every game / entity but do exist on each entity as they come from CBaseEntity class. If they are not in FGD for an entity it may be because using them for that entity is unintended or may not work well (ex. parenting a prop_physics) and such cases are up for testing and documenting those would be on given entity's page. Some entities may also override the functionality of the given k/i/o and those cases also would be documented on the given entity's page.

Note.pngNote:Not every single one is neccessarily listed here as many would not be useful or have very niche use.
Todo: CBaseEntity page will contain every availalbe kio

Keyvalues

Inputs

Outputs

See Also