1. Code:
    entity is StorageContainer
    Is there a list of possible things that entity can be (other than just StorageContainer)?

    And variables like entity.name. How do you find others such as ID/type? Is there some kind of var_dump we can do on entity?

    This is my first time working with Oxide/plugins.
     
    Last edited by a moderator: Mar 28, 2016
  2. Wulf

    Wulf Community Admin

    The best way would be to open up a decompiler such as JustDecompile, and take a look at the BaseEntity class and find what uses it.