Request OnEntityDecay hook (Rust)

Discussion in 'Feature Suggestions' started by Nimant, Dec 20, 2017.

  1. Please add a hook:
    object OnEntityDecay (DecayEntity entity) in DecayEntity.DecayTick ().
    If OnEntityDecay return null then do nothing, else prevent decay.
     
  2. That request is crap, and shows that you do not know in any point how the decay system really works.
    DecayTick exists also in multiple classes, cause is virtual.
    Secondly, you did not specify any point where it should be placed inside in your opinion. What brings me back to my primary suggestion: You do not know how decay works ;)

    Like @Resistance would say: Learn the truth
     
  3. Damn Fuji calm down lol. Not everyone knows the truth and it is better to teach it to them rather than simply telling them that they don't know it :p.
     
  4. Someone here is very conceited.

    Here example of hook + virtual method, which already exists in oxide:
    example_virtual.jpg

    Here my vision of inserting a new hook:
    decay_tick.jpg