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

Window pane: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
Line 1: Line 1:
{{stub}}
{{stub}}
{{Entity|type=e0|window_pane}} It is a shard that falls out of a [[func_breakable_surf]].
{{this is a|name=window_pane|e0}} 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 13:23, 4 January 2024

Stub

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

window_pane is an e0 available in all Source Source games. 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.