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

Test sidelist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(TODO)
No edit summary
Line 1: Line 1:
 
{{This is a|internal=1|point entity|name=test_sidelist}} It evaluates sides based on sides keyvalue [[VBSP]] most likely intended as some debugging entity.
{{DISPLAYTITLE:test_sidelist}}
{{Stub}}
 
== Entity description ==
Evaluates sides based on sides keyvalue & saves results to the keyvalue during the [[Vbsp]] processing.
 
{{todo|What game or games is this in?}}


== Keyvalues ==
== Keyvalues ==
* '''sides'''
{{KV|Sides|intn=sides|sidelist|Converts brush side ids to to brush side indices saving the keyvalue with the indices in entity lump}}
: <sidelist>
 
<!--This entity doesn't have any flags, inputs or outputs - just that single keyvalue.-->


[[Category:Entities]]
== See also ==
* [https://github.com/ValveSoftware/source-sdk-2013/blob/0565403b153dfcde602f6f58d8f4d13483696a13/src/utils/vbsp/map.cpp#L1631 definition]

Revision as of 21:16, 24 April 2025

test_sidelist is an internal point entity available in all Source Source games. It evaluates sides based on sides keyvalue VBSP most likely intended as some debugging entity.

Keyvalues

Sides (sides) <sidelist>
Converts brush side ids to to brush side indices saving the keyvalue with the indices in entity lump

See also