There is no spoon
UE1:UTIntro (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> GameInfo >> TournamentGameInfo >> UTIntro |
Contents
- Package:
- BotPack
- Direct subclasses:
- LadderLoadGame, LadderNewGame, LadderTransition, TrophyGame
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UTIntro.
Properties
bOpened
Type: bool
CityIntroHUDClass
Type: string
Modifiers: config
TickCount
Type: int
Default values
Property | Value |
---|---|
bCanViewOthers | False |
bGameEnded | True |
DefaultWeapon | None |
GameOptionsMenuType | "UTMenu.UTOptionsMenu" |
GameUMenuType | "UTMenu.UTGameMenu" |
HUDType | Class'BotPack.CHNullHud' |
MultiplayerUMenuType | "UTMenu.UTMultiplayerMenu" |
RulesMenuType | "UTMenu.UTRulesSClient" |
SettingsMenuType | "UTMenu.UTRulesSClient" |
Functions
Events
AcceptInventory
event AcceptInventory (Pawn PlayerPawn)
Overrides: GameInfo.AcceptInventory
Login
event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawn> SpawnClass)
Overrides: TournamentGameInfo.Login
PreBeginPlay
event PreBeginPlay ()
Overrides: GameInfo.PreBeginPlay
Other instance functions
CanSpectate
Overrides: GameInfo.CanSpectate
PlaySpawnEffect
Overrides: TournamentGameInfo.PlaySpawnEffect
PlayTeleportEffect
Overrides: TournamentGameInfo.PlayTeleportEffect
SetPause
Overrides: GameInfo.SetPause
States
Startup
Modifiers: auto
Startup.Tick
event Tick (float DeltaTime)
Overrides: Actor.Tick (global)