userIan Hendersoncancel
branchrust_reboot/main/base_combatentity_code_cleanupcancel

6 Commits over 31 Days - 0.01cph!

11 Months Ago
main -> base_combatentity_code_cleanup
1 Year Ago
Codegen Tests
1 Year Ago
Fixed methods being renamed OnDiedByPlayer
1 Year Ago
Added a fresh OnKilled() method inside BaseNetworkable which is actually called OnKilled()
1 Year Ago
Rename Entity profiler back to OnKilled()
1 Year 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