Window pane: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-concise page)
mNo edit summary
Line 1: Line 1:
{{base point|window_pane}} It is a shard that falls out of a [[func_breakable_surf]].
{{stub}}
{{Entity|type=e0|window_pane}} It is a shard that falls out of a [[func_breakable_surf]].


{{code class|CWindowPane|func_breakablesurf.cpp}}
{{code class|CWindowPane|func_breakablesurf.cpp}}

Revision as of 15:06, 17 February 2023

Stub

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

Template:Entity It is a shard that falls out of a func_breakable_surf.

C++ In code, it is represented by theCWindowPaneclass, defined in thefunc_breakablesurf.cppfile.