Window pane: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created entity page. (Information from the Jungle Inferno leak of TF2.))
 
(-concise page)
Line 1: Line 1:
{{base point|window_pane}} It is a shard that falls out of a [[Breakable_Glass|breakable window]].
{{base point|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}}
__TOC__
==Keyvalues==
{{KV BaseAnimating}}
{{KV BaseEntity}}
==Inputs==
{{I BaseAnimating}}
{{I BaseEntity}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity}}

Revision as of 15:58, 25 October 2022

Template:Base point 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.