Garry's Mod Wiki

Revision Difference

render.StartBeam#561190

<function name="StartBeam" parent="render" type="libraryfunc"> <description> Start a new beam draw operation.⤶ ⤶ <rendercontext hook="false" type="3D"></rendercontext>⤶ </description>⤶ <rendercontext hook="false" type="3D"></rendercontext>⤶ ⤶ Begin drawing a multi-segment Beam.⤶ ⤶ For more detailed information, including usage examples, see the [Beams Rendering Reference](https://wiki.facepunch.com/gmod/Beam_Rendering)⤶ ⤶ </description>⤶ <realm>Client</realm> <args> <arg name="segmentCount" type="number">Amount of beam segments that are about to be drawn.</arg>⤶ <arg name="segmentCount" type="number">The number of Beam Segments that this multi-segment Beam will contain</arg>⤶ </args> </function>