BulletTracer( <start>, <end>, <forceDraw> )


Module: Weapons
SP Only

Summary:

creates a bullet tracer from the start to end point



Example:

 BulletTracer( self.origin, target.origin )



Required Args:

  • 1 : <start> The starting point bullet tracer
  • 2 : <end> The end point bullet tracer


Optional Args

  • 1 : <force draw> Set to true to ignore 'cg_tracerChance' setting and always draw the tracer.