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
No edit summary
No edit summary
Line 2: Line 2:


== Keyvalues ==
== Keyvalues ==
{{KV|Sides|intn=sides|sidelist|Converts brush side ids to to brush side indices saving the keyvalue with the indices in entity lump}}
{{KV|Sides|intn=sides|sidelist|Converts brush side ids to brush side indices saving the result into this keyvalue and remains in entity lump}}


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

Revision as of 21:24, 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 brush side indices saving the result into this keyvalue and remains in entity lump

See also