Talk:Dual Pistols (CSS Style): Difference between revisions
Jump to navigation
Jump to search
(More efficient solutions?) |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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. | ||
--[[User:DeadlyContagion|DeadlyContagion]] 16:30, 26 Oct 2007 (PDT) |
Revision as of 16:30, 26 October 2007
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)