Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 |
/****************************************************************************** The Storm Caster Ion Painter weapon. Copyright © 2013, Wormbo Website: http://www.koehler-homepage.de/Wormbo/ Feel free to reuse this code. Send me a note if you found it helpful or want to report bugs/provide improvements. Please ask for permission first, if you intend to make money off reused code. ******************************************************************************/ class StormCaster extends Painter; //============================================================================= // Default properties //============================================================================= defaultproperties { ItemName = "Storm Caster" Description = "This weapon is basically identical to the standard Ion Painter. But instead of activating the VAPOR Ion Cannon satellite, it is linked to the orbital 'Storm Caster', a modified ion cannon satellite that causes a thunderstorm to form above the target area." GroupOffset = 48 PickupClass=class'StormCasterPickup' FireModeClass(0)=StormCasterFire } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |