Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Onslaught.ONSPowerLinkOfficialSetup


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
// Official PowerLink setups for Onslaught maps (can't be deleted)
// Should be placed in the map
//
// For easy creation, use the console command "CopyLinkSetup" while in the map.
// Then open the map in UnrealEd, use Paste, and open the properties of the new actor to give it a SetupName.

class ONSPowerLinkOfficialSetup extends Actor
    DependsOn(ONSOnslaughtGame);

var(LinkSetup) string SetupName;

var(LinkSetup) array<ONSOnslaughtGame.PowerLinkSetup> LinkSetups;

defaultproperties
{
     SetupName="Default"
     bHidden=True
     bStasis=True
     RemoteRole=ROLE_None
     bMovable=False
     bBlockZeroExtentTraces=False
     bBlockNonZeroExtentTraces=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Wed 7/2/2007 19:12:22.000 - Creation time: Wed 7/2/2007 19:16:47.593 - Created with UnCodeX