home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / BlockAll.uc < prev    next >
Text File  |  2003-12-11  |  375b  |  14 lines

  1. //=============================================================================
  2. // Blocks all actors from passing.
  3. //=============================================================================
  4. class BlockAll extends Keypoint;
  5.  
  6. defaultproperties
  7. {
  8.      bWorldGeometry=true
  9.      bCollideActors=True
  10.      bBlockActors=True
  11.      bBlockPlayers=True
  12.      bObsolete=true
  13. }
  14.