1. Tying to read code of a plugin, found that there are some lines that looks like that.
    Code:
    IPlayer player
    player.Heal(50)
    Something like that,
    However I'm unable to trace the methods for IPlayer. Is it hiding somewhere else?
     
  2. The IPlayer class is part of the Covalence API. Look for it in Oxide Github to view the functions and variables accessible.
     
  3. Wulf

    Wulf Community Admin

  4. thank you so much