Garry's Mod Wiki

Revision Difference

Entity:DispatchTraceAttack#515770

<function name="DispatchTraceAttack" parent="Entity" type="classfunc">⤶ <description>⤶ Performs a trace attack.⤶ ⤶ <warning>Calling this function on the victim entity in <page>ENTITY:OnTakeDamage</page> can cause infinite loops.</warning>⤶ </description>⤶ <realm>Shared</realm>⤶ <args>⤶ <arg name="damageInfo" type="CTakeDamageInfo">The damage to apply.</arg>⤶ <arg name="traceRes" type="table">Trace result to use to deal damage. See &lt;page&gt;TraceResult&lt;/page&gt;</arg>⤶ <arg name="dir" type="Vector" default="traceRes.HitNormal">Direction of the attack.</arg>⤶ </args>⤶ </function>⤶ ⤶