home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
Engine
/
Classes
/
InventoryAttachment.uc
< prev
next >
Wrap
Text File
|
2003-06-23
|
355b
|
19 lines
class InventoryAttachment extends Actor
native
nativereplication;
function InitFor(Inventory I)
{
Instigator = I.Instigator;
}
defaultproperties
{
bOnlyDrawIfAttached=true
NetUpdateFrequency=10
DrawType=DT_Mesh
RemoteRole=ROLE_SimulatedProxy
bAcceptsProjectors=True
bUseLightingFromBase=True
bOnlyDirtyReplication=true
}