home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Engine / Classes / KBSJoint.uc < prev    next >
Text File  |  2003-06-23  |  401b  |  14 lines

  1. //=============================================================================
  2. // The Ball-and-Socket joint class.
  3. //=============================================================================
  4.  
  5. #exec Texture Import File=Textures\S_KBSJoint.pcx Name=S_KBSJoint Mips=Off MASKED=1
  6.  
  7. class KBSJoint extends KConstraint
  8.     native
  9.     placeable;
  10.  
  11. defaultproperties
  12. {
  13.     Texture=S_KBSJoint
  14. }