Interface IMMOItem

All Known Implementing Classes:
BaseMMOItem, MMOItem

public interface IMMOItem
MMOItems are generic objects that can be placed in an MMORoom to represent interactive or non-interactive items as part of the virtual world, such as obstacles, doors, collectibles, etc...

MMOItems gets automatically updated via the PROXIMITY_LIST_UPDATE even and can be assigned custom properties by using MMOItemVariable;

For more info see the tutorials in our online documentation

See Also: