XIDMaps
Class USA02PortKey

source: C:\XIII\XIDMaps\Classes\USA02PortKey.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Inventory
         |
         +--Engine.Powerups
            |
            +--XIII.XIIIItems
               |
               +--XIII.Keys
                  |
                  +--XIDMaps.USA02PortKey
Direct Known Subclasses:None

class USA02PortKey
extends XIII.Keys

//----------------------------------------------------------- // //-----------------------------------------------------------

Source Code


00001	//-----------------------------------------------------------
00002	//
00003	//-----------------------------------------------------------
00004	class USA02PortKey extends Keys;
00005	
00006	
00007	
00008	defaultproperties
00009	{
00010	     KeyCodeName="ClefPort"
00011	     InventoryGroup=7
00012	     PickupClassName="XIII.USA02PortKeyPick"
00013	     ItemName="Port Key"
00014	}

End Source Code