Use (GoldSrc)

From Valve Developer Community
Revision as of 02:56, 29 May 2025 by Nescius (talk | contribs) (Created page with "{{TabsBar|main=gs|base=Use}} {{stub}}{{cleanup}} The main way entities in {{GoldSrc}} communicate. When one entity utilizes the target keyvalue to target other entity it calls the targetted entity's Use function. Analogic to sending Use input in source. Players can also use entities. == See also == * [https://github.com/ValveSoftware/halflife/blob/b1b5cf5892918535619b2937bb927e46cb097ba1/dlls/subs.cpp#L189-L210 FireTargets function]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

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

Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

The main way entities in GoldSrc communicate. When one entity utilizes the target keyvalue to target other entity it calls the targetted entity's Use function. Analogic to sending Use input in source. Players can also use entities.

See also