userIan Hendersoncancel
branchrust_reboot/main/base_combatentity_code_cleanupcancel

6 Commits over 31 Days - 0.01cph!

48 Days Ago
main -> base_combatentity_code_cleanup
2 Months Ago
Codegen Tests
2 Months Ago
Fixed methods being renamed OnDiedByPlayer
2 Months Ago
Added a fresh OnKilled() method inside BaseNetworkable which is actually called OnKilled()
2 Months Ago
Rename Entity profiler back to OnKilled()
2 Months Ago
Replace BaseCombatEntity::OnKilled() with BaseCombatEntity::OnDied() Since when you Kill an entity OnKilled isnt called, its only called on Die() so its way less confusing to be actually named that