Talk:Dual Pistols (CSS Style): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
--[[User:LordNed|Lord Ned]]
--[[User:LordNed|Lord Ned]]


As far as I know, fixing the whitespace after the find and replace operation is unnecessary. C++ ignores almost all whitespace.
As far as I know, fixing the whitespace after the find and replace operation is unnecessary. C++ ignores almost all whitespace. --[[User:Hamish|Hamish]]

Revision as of 10:16, 22 May 2009

The code here could be alot more efficient, I.E, RightDualiesAttack could be put directly into weapon_dualies, and all the code in PostFireStuff could be consolidated onto ItemPostFrame, seeing as thats what ItemPostFrame is for. And I could even go as far to say remove the RightDualiesAttack function and just put in a bool that toggles that into PrimaryFire.

--DeadlyContagion 16:30, 26 Oct 2007 (PDT)

Then edit the code? Just check that it works before you confirm the edit. --Lord Ned

As far as I know, fixing the whitespace after the find and replace operation is unnecessary. C++ ignores almost all whitespace. --Hamish