CBallPlayerToucher: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "== Overview == A helper class to allow the Passtime JACK to send touch to triggers as well as collide with players. '''Source location : [https://github.com/sreechar/TF2-Sour...")
 
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
A helper class to allow the Passtime JACK to send touch to triggers as well as collide with players.
A helper class to allow the Passtime JACK to send touch inputs to triggers as well as collide with players.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_passtime_ball.cpp /game/server/tf/tf_passtime_ball.cpp]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_passtime_ball.cpp /game/server/tf/tf_passtime_ball.cpp]'''

Revision as of 19:30, 13 March 2022

Overview

A helper class to allow the Passtime JACK to send touch inputs to triggers as well as collide with players.

Source location : /game/server/tf/tf_passtime_ball.cpp

Linked entity : _ballplayertoucher

Class Structure