Examples of InventoryCallingCard


Examples of com.ngt.jopenmetaverse.shared.sim.inventory.InventoryCallingCard

  {
    switch (type)
    {
    case Texture: return new InventoryTexture(id);
    case Sound: return new InventorySound(id);
    case CallingCard: return new InventoryCallingCard(id);
    case Landmark: return new InventoryLandmark(id);
    case Object: return new InventoryObject(id);
    case Notecard: return new InventoryNotecard(id);
    case Category: return new InventoryCategory(id);
    case LSL: return new InventoryLSL(id);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.