This article's documentation is for anything that uses the Source engine. Click here for more information.

World items: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-obsolete)
Line 6: Line 6:


== Keyvalues ==
== Keyvalues ==
{{KV|type|intn=type|integer|Type of item to spawn}}
{{KV|type|intn=type|choices|Type of item to spawn.
:*42: Antidote
:*43: Security Card
:*44: Battery
:*45: Suit
}}

Revision as of 05:30, 14 May 2024

Stub

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

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
C++ Class hierarchy
CWorldItem
CBaseAnimating
CBaseEntity
C++ item_world.cpp

world_items is a point entity available in all Source Source games. Goldsrc left over.

Keyvalues

type (type) <choices>
Type of item to spawn.
  • 42: Antidote
  • 43: Security Card
  • 44: Battery
  • 45: Suit