Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

ConSys.ConEventTransferObject


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
previous class      next class frames      no frames
Class file time: Mon 8/11/2021 16:22:50.000 - Creation time: Mon 8/11/2021 16:31:24.665 - Created with UnCodeX