I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

User:Crusha/DynamicWeather/DWAmbientMonster

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

An actor that can spawn AmbientMonsters in the map. The Rules cause the game to not score any points for killed monsters, the RulesSpawner will automatically set the game to use the Rules when an DWAmbientMonster actor is inside the map.


DWAmbientMonster

UT2004 Object >> Actor >> DWParent >> DWAmbientMonster (custom)
Package: 
DWeather

DWAmbientMonster. Created by Mark 'MarZer' Gillard

Properties

Property group 'DWAmbientMonster'

AllowedMonsters

Type: MonAllow


Default value:

Member Value
Manta True
Razorfly True
SkaarjPupae True

Enabled

Type: bool


Default value: True

MaxMonsters

Type: byte


Default value: 6

MonsterTag

Type: name


OnTrigger

Type: EOnTrigger


RespawnTime

Type: float


Default value: 10.0

Internal variables

ChildMonster

Type: Pawn


ClassCount

Type: byte


LoadMonsterClass

Type: array<class<Monster> >


Default value, index 0: Class'DWeather.AmbientSkaarjPupae'

Default value, index 1: Class'DWeather.AmbientRazorFly'

Default value, index 2: Class'DWeather.AmbientManta'

MonsterClass

Type: array<class<Monster> >


NumMonsters

Type: byte


PathNodes

Type: array<PathNode>


Default values

Property Value
bNoDelete True
Texture Texture'DWeather-tex.Icons.monstericon'

Enums

EOnTrigger

OT_SpawnMonster 
OT_ToggleEnabled 

Structs

MonAllow

bool SkaarjPupae 
bool Razorfly 
bool Manta 

Functions

Events

PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


PreBeginPlay

simulated event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


Timer

simulated event Timer ()

Overrides: Actor.Timer


Trigger

simulated event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


Other instance functions

AddMonster

simulated function AddMonster ()


MonsterSpawned

simulated function MonsterSpawned ()


SetGameRules

simulated function SetGameRules ()


TriggerAddMonster

simulated function TriggerAddMonster ()



DWAmbientMonsterRULES

UT2004 Object >> Actor >> Info >> GameRules >> DWAmbientMonsterRULES (custom)
Package: 
DWeather

DWAmbientMonsterRULES

Instance functions

ScoreKill

function ScoreKill (Controller Killer, Controller Killed)

Overrides: GameRules.ScoreKill



DWAmbientMonsterRULESSpawner

UT2004 Object >> Actor >> DWAmbientMonsterRULESSpawner (custom)
Package: 
DWeather

DWAmbientMonsterRULESSpawner.

Functions

Events

PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Other instance functions

SetGameRules

function SetGameRules ()