ReGameDLL_CS/regamedll/msvc
Francisco Muñoz 53d26a7ea5
API: CSPlayerWeapon integration + new members and functions (#850)
- Member name changed to m_iStateSecondaryAttack
- Member type changed to uint8_t which has same size of bool but allows more values than true or false (this wont break API compatibility)
- Moved logic inside HasSecondaryAttack to correctly alter function return based on m_iStateSecondaryAttack, which can be (0) no value / null (1) set (2) block
-Removed logic in CBasePlayerWeapon::Spawn that caches the return value of HasSecondaryAttack, as this can only be overridden when set, rather than always
* Improve API compatibility
2023-08-23 21:27:35 +07:00
..
mp.def Reverse Hostages cs 1.6, SV_StudioSetupBones 2015-12-06 01:58:53 +06:00
PostBuild.bat Introduce end-of-line normalization 2019-09-23 04:09:58 +07:00
PreBuild.bat Remove gradle build system & Cleanup 2021-04-12 21:51:51 +07:00
ReGameDLL.vcxproj API: CSPlayerWeapon integration + new members and functions (#850) 2023-08-23 21:27:35 +07:00
ReGameDLL.vcxproj.filters API: CSPlayerWeapon integration + new members and functions (#850) 2023-08-23 21:27:35 +07:00