FireBullets(): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''FireBullets()''' is a method which handles collecting damage and determining what the bullet hit and how to apply damage.
'''<code>FireBullets()<code>''' is a method which handles damage for any hitscan weapon. It is passed [[FireBulletsInfo_t]] as it's required parameter, which describes the bullet in question.

Revision as of 16:02, 12 February 2010

FireBullets() is a method which handles damage for any hitscan weapon. It is passed FireBulletsInfo_t as it's required parameter, which describes the bullet in question.