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

UE1:ThrowStuff (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Keypoint >> ThrowStuff
Package: 
UnrealShare
This class in other games:
U1, UT

ThrowStuff. throw pawns, inventory (non-item), and decorations around

Properties

Property group 'ThrowStuff'

bRandomize

Type: bool


interval

Type: float


Numthrows

Type: byte


Default value: 1

throwVect

Type: Object.Vector


Internal variables

baseSize

Type: float


remainingThrows

Type: byte


Default values

Property Value
bStatic False

Functions

Events

PreBeginPlay

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


Timer

event Timer ()

Overrides: Actor.Timer


Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


Other instance functions

Throwing

function Throwing ()