I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "UE3:UTMutator Instagib (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
m (added descriptions)
 
Line 7: Line 7:
 
| parent5 = Object
 
| parent5 = Object
 
}}
 
}}
{{autogenerated}}
+
The [[liandri:InstaGib|InstaGib]] mutator.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
+
  
 
==Default values==
 
==Default values==
Line 42: Line 41:
 
'''Overrides:''' {{tl|CheckReplacement|Mutator}}
 
'''Overrides:''' {{tl|CheckReplacement|Mutator}}
  
Returns true to keep this actor
+
Removes all weapons except {{cl|UTVehicleWeapon}}s, the InstaGib Rifle ({{cl|UTWeap_InstagibRifle}}) and the [[liandri:Translocator|Translocator]] ({{cl|UTWeap_Translocator}}). Disables or removes all pickups ({{cl|PickupFactory}}).
  
 
====InitMutator====
 
====InitMutator====
Line 49: Line 48:
 
'''Overrides:''' {{tl|InitMutator|Mutator}}
 
'''Overrides:''' {{tl|InitMutator|Mutator}}
  
This function can be used to parse the command line parameters when a server
+
Makes the InstaGib Rifle the only default inventory class and doubles the {{tl|TeammateBoost|UTTeamGame}}. (0.3 by default, 0.6 in InstaGib mode)
starts up
+

Latest revision as of 19:33, 20 November 2009

UT3 Object >> Actor >> Info >> Mutator >> UTMutator >> UTMutator_Instagib
Package: 
UTGame

The InstaGib mutator.

Default values[edit]

Property Value
GroupNames[0] "WEAPONMOD"
GroupNames[1] "WEAPONRESPAWN"
GroupNames[2] "HANDICAP"
GroupNames[3] "POWERUPS"

Subobjects[edit]

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: UTMutator.Sprite

No new values.

Instance functions[edit]

CheckReplacement[edit]

function bool CheckReplacement (Actor Other)

Overrides: Mutator.CheckReplacement

Removes all weapons except UTVehicleWeapons, the InstaGib Rifle (UTWeap_InstagibRifle) and the Translocator (UTWeap_Translocator). Disables or removes all pickups (PickupFactory).

InitMutator[edit]

function InitMutator (string Options, out string ErrorMessage)

Overrides: Mutator.InitMutator

Makes the InstaGib Rifle the only default inventory class and doubles the UTTeamGame.TeammateBoost. (0.3 by default, 0.6 in InstaGib mode)