home *** CD-ROM | disk | FTP | other *** search
- //=============================================================================
- // Blocks all actors from passing.
- //=============================================================================
- class BlockAll extends Keypoint;
-
- defaultproperties
- {
- bWorldGeometry=true
- bCollideActors=True
- bBlockActors=True
- bBlockPlayers=True
- bObsolete=true
- }
-