home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
Engine
/
Classes
/
VehiclePart.uc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-06-23
|
295 b
|
15 lines
class VehiclePart extends Actor
native
abstract
placeable;
var bool bUpdating; // set true if currently updating
// Update() called each tick by the Vehicle which owns this vehiclepart
function Update(float DeltaTime);
function Activate(bool bActive);
defaultproperties
{
}