Overview | Package | Class | Source | Class tree | Glossary | Deus Ex 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 |
//============================================================================= // ConEventTransferObject //============================================================================= class ConEventTransferObject extends ConEvent native noexport; var String objectName; // Name of object to transfer var Class<Inventory> giveObject; // Object to transfer var int transferCount; // Number of objects to transfer var Actor fromActor; // Actor transfering from var String fromName; // string name var Actor toActor; // Actor transfering to var String toName; // string name var String failLabel; // On fail jump to this label defaultproperties { } |
Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |