Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XGame.ChallengeGame | +-- XGame.BloodRites
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
Variables Summary | |
---|---|
float | ChalFeeMultiply |
string | TradeMenu |
string | UntradeMenu |
Inherited Variables from XGame.ChallengeGame |
---|
ChallengeDescription, ChallengeMenu, ChallengeName, msgFor, msgGotChallenged, msgWeChallenged |
Inherited Variables from Core.Object |
---|
Class, Name, ObjectFlags, ObjectInternal[7], Outer |
Enumerations Summary |
---|
Inherited Enumerations from Core.Object |
---|
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
Structures Summary |
---|
Inherited Structures from XGame.ChallengeGame |
---|
TriString |
Inherited Structures from Core.Object |
---|
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary | ||
---|---|---|
AddHistoryRecord (UT2K4GameProfile GP, int offset, GameInfo Game, PlayerReplicationInfo PRI, UT2K4MatchInfo MI) | ||
bool | canChallenge (optional UT2K4GameProfile GP) | |
HandleSpecialEvent (UT2K4GameProfile GP, array<string> SpecialEvent, out array<TriString> GUIPages) | ||
bool | payTeamMates (UT2K4GameProfile GP) | |
PostRegisterGame (UT2K4GameProfile GP, GameInfo currentGame, PlayerReplicationInfo PRI) | ||
StartChallenge (UT2K4GameProfile GP, LevelInfo myLevel) |
Inherited Functions from XGame.ChallengeGame |
---|
AddHistoryRecord, canChallenge, HandleRequirements, HandleSpecialEvent, injureTeamMate, payTeamMates, PostRegisterGame, PreRegisterGame, StartChallenge |
Variables Detail |
---|
entry fee multiplicator of the bot's price
The trade menu
menu to display when we lost out team mate
Functions Detail |
---|
We have two special events: TRADE and UNTRADE Both have the argumentsIn case of TRADE you get a player to add to your team, unless your team is already full, then you have to remove one firts. UNTRADE will just give you the message that a team mate has been removed from your team.
when we where challenged the SpecialEvent logic goes the other way around
Defaultproperties |
---|
defaultproperties { UntradeMenu="GUI2K4.UT2K4SP_CGBRUntrade" TradeMenu="GUI2K4.UT2K4SP_CGBRTrade" ChalFeeMultiply=3.000000 ChallengeName="Bloodrites" ChallengeDescription="Challenge an enemy team for one for their team mates." ChallengeMenu="GUI2K4.UT2K4SP_CGBloodRites" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |