Garry's Mod Wiki

NEXTBOT:OnTraceAttack

  NEXTBOT:OnTraceAttack( CTakeDamageInfo info, Vector dir, table trace )

Description

Called when a trace attack is done against the nextbot, allowing override of the damage being dealt by altering the CTakeDamageInfo.

This is called before NEXTBOT:OnInjured.

Arguments

1 CTakeDamageInfo info
The damage info
2 Vector dir
The direction the damage goes in
3 table trace
The TraceResult structure of the attack, containing the hitgroup.