Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | ErrorMessage |
class | ForceGiveData |
class | Interaction |
class | ListInteraction |
class | Transaction |
Public Member Functions | |
virtual bool | AllowHold (Thing t) |
virtual bool | AllowMoved (Thing t) |
virtual bool | ShouldShowGuide (Thing t) |
virtual bool | AllowDrop (Thing t) |
virtual Thing | CreateDefaultContainer () |
virtual void | BuildUICurrency (UICurrency uiCurrency, bool canReroll=false) |
bool | IsWeightOver (Thing t) |
InvOwner (Card owner, Card container=null, CurrencyType _currency=CurrencyType.None, PriceType _price=PriceType.Default) | |
void | Init () |
virtual void | OnInit () |
virtual void | OnClick (ButtonGrid button) |
virtual void | OnRightClick (ButtonGrid button) |
virtual void | OnRightPressed (ButtonGrid button) |
InvOwner | GetShitDestOwner (ButtonGrid b, bool rightMouse=false) |
virtual void | OnShiftClick (ButtonGrid b, bool rightMouse=false) |
virtual bool | CanShiftClick (ButtonGrid b, bool rightMouse=false) |
virtual string | GetTextShiftClick (ButtonGrid b) |
virtual void | OnCtrlClick (ButtonGrid button) |
virtual bool | CanCtrlClick (ButtonGrid b) |
virtual string | GetTextCtrlClick (ButtonGrid b) |
virtual void | OnAltClick (ButtonGrid button) |
virtual bool | CanAltClick (ButtonGrid b) |
virtual string | GetTextAltClick (ButtonGrid b) |
void | Grab (DragItemCard.DragInfo from) |
Thing | PutBack (DragItemCard.DragInfo from) |
void | OnStartDrag (DragItemCard.DragInfo from) |
virtual bool | OnCancelDrag (DragItemCard.DragInfo from) |
virtual bool | OnDrag (DragItemCard.DragInfo from, DragItemCard.DragInfo to, bool execute, bool cancel=false) |
virtual void | OnProcess (Thing t) |
bool | CanOpenContainer (Thing t) |
ListInteraction | ListInteractions (ButtonGrid b, bool context) |
bool | TryHold (Thing t) |
virtual void | ListInteractions (ListInteraction list, Thing t, Trait trait, ButtonGrid b, bool context) |
virtual string | GetAutoUseLang (ButtonGrid button) |
void | AutoUse (ButtonGrid button, bool repeat=false) |
void | ShowContextMenu (ButtonGrid button) |
virtual int | GetPrice (Thing t, CurrencyType currency, int num, bool sell) |
virtual string | GetTextDetail (Thing t, CurrencyType currency, int num, bool sell) |
virtual void | OnWriteNote (ButtonGrid button, UINote n) |
virtual string | IDCostIcon (Thing t) |
virtual bool | IsFailByCurse (Thing t) |
Public Attributes | |
bool | includeChildren |
CurrencyType | currency |
PriceType | priceType |
HomeResource | homeResource |
Card | owner |
Card | Container |
List< ButtonGrid > | buttons = new List<ButtonGrid>() |
Static Public Attributes | |
static ForceGiveData | forceGive = new ForceGiveData() |
static InvOwner | Trader |
static InvOwner | Main |
static float | clickTimer |
![]() | |
static Core | core |
Properties | |
static bool | HasTrader [get] |
static bool | FreeTransfer [get] |
virtual bool | AllowAutouse [get] |
virtual bool | AllowContext [get] |
virtual bool | AllowSell [get] |
virtual bool | AlwaysShowTooltip [get] |
virtual bool | UseGuide [get] |
virtual bool | AllowTransfer [get] |
virtual bool | AllowDropOnDrag [get] |
virtual string | langTransfer [get] |
virtual int | destInvY [get] |
virtual bool | HasTransaction [get] |
virtual bool | CopyOnTransfer [get] |
virtual bool | SingleTarget [get] |
bool | UseHomeResource [get] |
bool | IsMagicChest [get] |
List< Thing > | Things [get] |
Chara | Chara [get] |
ContainerType | ContainerType [get] |
virtual bool | InvertSell [get] |
virtual int | numDragGrid [get] |
virtual bool | ShowNew [get] |
virtual bool | DenyImportant [get] |
InvOwner | destInvOwner [get] |
string | IDCurrency [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Faction | Wilds [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
Definition at line 5 of file InvOwner.cs.
|
inline |
Definition at line 731 of file InvOwner.cs.
References EClass.BranchOrHomeBranch, Container, currency, homeResource, HomeResourceManager.money, owner, priceType, and FactionBranch.resources.
|
inlinevirtual |
Reimplemented in InvOwnerEquip.
Definition at line 691 of file InvOwner.cs.
References EClass._zone, and Spatial.IsRegion.
Referenced by CanAltClick().
|
inlinevirtual |
Reimplemented in InvOwnerAutoCombatBar, InvOwnerDraglet, and InvOwnerToolbelt.
Definition at line 644 of file InvOwner.cs.
References Chara.affinity, Trait.CanBeDropped, Affinity.CanForceTradeEquip(), Trait.CanOnlyCarry, Card.Chara, Container, FreeTransfer, Card.id, Card.isChara, Card.IsCursed, Thing.isEquipped, Card.isGifted, Card.isNPCProperty, Card.IsPC, and Card.trait.
Referenced by CanShiftClick(), InvOwner.Transaction.IsValid(), ListInteractions(), and OnClick().
|
inlinevirtual |
Reimplemented in InvOwnerCopyShop.
Definition at line 681 of file InvOwner.cs.
Referenced by CanShiftClick(), and ListInteractions().
|
inline |
Definition at line 1681 of file InvOwner.cs.
References ActionMode.Adv, ButtonGrid.card, Chara.HasNoGoal, ActionMode.IsActive, Player.IsPriorityAction(), item, EClass.pc, EClass.player, and ActionMode.Region.
|
inlinevirtual |
Reimplemented in InvOwnerDraglet, and InvOwnerRecycle.
Definition at line 705 of file InvOwner.cs.
References UICurrency.Build(), Container, currency, Card.IsPC, and owner.
Referenced by UIInventory.SwitchTab().
|
inlinevirtual |
Definition at line 1085 of file InvOwner.cs.
References AllowDrop(), ButtonGrid.card, Container, currency, Chara.HasNoGoal, EInput.isAltDown, Card.isNPCProperty, EClass.pc, and Card.Thing.
Referenced by OnClick().
|
inlinevirtual |
Definition at line 1062 of file InvOwner.cs.
References ButtonGrid.card, Container, Chara.HasNoGoal, EInput.isCtrlDown, Card.isNPCProperty, Card.Num, and EClass.pc.
Referenced by OnClick().
|
inline |
Definition at line 1293 of file InvOwner.cs.
References Trait.CanOpenContainer, Card.parent, EClass.pc, and Card.trait.
Referenced by ListInteractions().
|
inlinevirtual |
Definition at line 981 of file InvOwner.cs.
References AllowHold(), AllowMoved(), Chara.CanAcceptItem(), ButtonGrid.card, card, Card.Chara, Container, currency, Card.GetRootCard(), GetShitDestOwner(), Chara.HasNoGoal, HasTrader, ButtonGrid.invOwner, Card.isChara, Trait.IsContainer, Card.isNPCProperty, Card.IsPC, Chara.IsPCFaction, Card.IsRangedWeapon, EInput.isShiftDown, owner, EClass.pc, Card.Thing, Card.things, Trader, and Card.trait.
Referenced by OnClick(), and ActionMode.UpdateInput().
|
inlinevirtual |
Reimplemented in InvOwnerChangeMaterial, InvOwnerEnchant, InvOwnerIdentify, InvOwnerLighten, InvOwnerReconstruction, and InvOwnerUncurse.
Definition at line 700 of file InvOwner.cs.
References ThingGen.Create().
Referenced by Init().
|
inlinevirtual |
Reimplemented in InvOwnerAlly.
Definition at line 1640 of file InvOwner.cs.
References ButtonGrid.card, Trait.HoldAsDefaultInteraction, Player.IsPriorityAction(), item, InvOwner.Interaction.name, EClass.player, and Card.trait.
|
inlinevirtual |
Reimplemented in InvOwnerDraglet.
Definition at line 1735 of file InvOwner.cs.
References ShopTransaction.current, and ShopTransaction.GetPrice().
Referenced by InvOwner.Transaction.GetPrice(), and InvOwner.Transaction.IsValid().
|
inline |
Definition at line 917 of file InvOwner.cs.
References ButtonGrid.card, Container, LayerInventory.GetPCLayer(), LayerInventory.GetTopLayer(), LayerInventory.Inv, ButtonGrid.invOwner, ThingContainer.IsFull(), Card.IsPC, owner, Card.Thing, Card.things, and Trader.
Referenced by CanShiftClick(), and OnShiftClick().
|
inlinevirtual |
Definition at line 1102 of file InvOwner.cs.
|
inlinevirtual |
Definition at line 1075 of file InvOwner.cs.
|
inlinevirtual |
Reimplemented in InvOwnerDraglet.
Definition at line 1740 of file InvOwner.cs.
References currency, SkinManager.DarkColors, Card.GetCurrency(), EClass.pc, EClass.sources, SourceManager.things, and Currency.ToID().
Referenced by InvOwner.Transaction.GetTextDetail().
|
inlinevirtual |
Definition at line 1052 of file InvOwner.cs.
|
inline |
Definition at line 1107 of file InvOwner.cs.
References Chara.body, Card.Chara, Container, DragItemCard.DragInfo.invOwner, Thing.isEquipped, DragItemCard.DragInfo.list, owner, BaseList.Redraw(), Card.RemoveCard(), LayerInventory.SetDirty(), DragItemCard.DragInfo.thing, and CharaBody.Unequip().
Referenced by OnDrag(), and OnStartDrag().
|
inlinevirtual |
Definition at line 1775 of file InvOwner.cs.
|
inline |
Definition at line 743 of file InvOwner.cs.
References Container, CreateDefaultContainer(), forceGive, OnInit(), owner, and CardBlueprint.SetNormalRarity().
Referenced by UIInventory.AddTab(), and LayerDragGrid.SetInv().
|
inlinevirtual |
Reimplemented in InvOwnerEquip.
Definition at line 1780 of file InvOwner.cs.
Referenced by OnClick(), and InvOwner.Transaction.Process().
|
inline |
Definition at line 726 of file InvOwner.cs.
Referenced by InvOwner.Transaction.IsValid().
|
inline |
Definition at line 1306 of file InvOwner.cs.
References InvOwner.ListInteraction.Add(), AllowHold(), AllowMoved(), AllowSell, Card.c_isImportant, CanOpenContainer(), ShopTransaction.CanSellBack(), ButtonGrid.card, Container, currency, ShopTransaction.current, SkinManager.DarkColors, DenyImportant, destInvOwner, Card.GetPrice(), InvOwner.Transaction.GetTextDetail(), HasTrader, Card.isNPCProperty, EInput.isShiftDown, InvOwner.Transaction.IsValid(), langTransfer, Card.Num, InvOwner.Interaction.repeatable, ShouldShowGuide(), Card.Thing, Trader, and Card.trait.
|
inlinevirtual |
Reimplemented in InvOwnerAlly, InvOwnerEquip, and InvOwnerShop.
Definition at line 1505 of file InvOwner.cs.
References InvOwner.ListInteraction.Add(), Card.AddThing(), Card.blessedState, Chara.body, Card.Chara, InvOwner.ListInteraction.Contains(), CharaBody.Equip(), CharaBody.GetSlot(), if(), Card.invX, Card.invY, LayerInventory.IsOpen(), ThingContainer.IsOverflowing(), Card.IsPC, EInput.isShiftDown, Card.parent, Card.parentCard, EClass.Sound, BodySlot.thing, and Card.things.
|
inlinevirtual |
Definition at line 1080 of file InvOwner.cs.
References ButtonGrid.card, Chara.DropThing(), EClass.pc, and Card.Thing.
Referenced by OnClick().
|
inlinevirtual |
Reimplemented in InvOwnerAlly, and InvOwnerShop.
Definition at line 1165 of file InvOwner.cs.
References Container, Card.isNPCProperty, and PutBack().
Referenced by OnDrag().
|
inlinevirtual |
Reimplemented in InvOwnerAlly, InvOwnerDraglet, InvOwnerHotbar, and InvOwnerToolbelt.
Definition at line 761 of file InvOwner.cs.
References AllowHold(), CanAltClick(), CanCtrlClick(), CanShiftClick(), ButtonGrid.card, InvOwner.ForceGiveData.card, card, Card.Chara, forceGive, FreeTransfer, HasTrader, Chara.InstantEat(), ButtonGrid.invOwner, EInput.isAltDown, Card.isChara, EInput.isCtrlDown, IsFailByCurse(), Card.IsPC, Card.IsPCFaction, EInput.isShiftDown, Chara.ModAffinity(), Player.ModKarma(), OnAltClick(), OnCtrlClick(), OnShiftClick(), owner, EClass.pc, Chara.Pick(), EClass.player, InvOwner.Transaction.Process(), Card.Say(), Card.ShowEmo(), Card.Talk(), Card.Thing, InvOwner.ForceGiveData.tries, and EClass.ui.
Referenced by OnRightClick().
|
inlinevirtual |
Definition at line 1057 of file InvOwner.cs.
References ButtonGrid.card, HasTransaction, Thing.ShowSplitMenu(), and Card.Thing.
Referenced by OnClick().
|
inlinevirtual |
Definition at line 1175 of file InvOwner.cs.
References EClass._zone, Card.AddCard(), AllowDropOnDrag, AllowTransfer, Card.blessedState, Chara.body, DragItemCard.DragInfo.button, Card.c_isImportant, Trait.CanCopy(), Thing.CanStackTo(), Card.category, Card.Chara, Core.config, EClass.core, Chara.DropThing(), BodySlot.elementId, CharaBody.Equip(), CoreConfig.game, EClass.game, InvOwner.Transaction.GetTextDetail(), Grab(), CursorSystem.Invalid, DragItemCard.DragInfo.invOwner, LayerInventory.invs, CharaBody.IsEquippable(), Spatial.IsRegion, InvOwner.Transaction.IsValid(), DragItemCard.DragInfo.list, Card.Num, OnCancelDrag(), OnProcess(), owner, EClass.pc, InvOwner.Transaction.Process(), BaseList.Redraw(), Msg.Say(), CursorSystem.SetCursor(), InvOwnerEquip.slot, EClass.Sound, DragItemCard.DragInfo.thing, Card.trait, EClass.ui, CoreConfig.GameConfig.useGrid, and Game.UseGrid.
Referenced by DragItemCard.OnDrag().
|
inlinevirtual |
Reimplemented in InvOwnerDraglet.
Definition at line 757 of file InvOwner.cs.
Referenced by Init().
|
inlinevirtual |
Reimplemented in InvOwnerDraglet, and InvOwnerHotbar.
Definition at line 1289 of file InvOwner.cs.
Referenced by OnDrag(), and InvOwner.Transaction.Process().
|
inlinevirtual |
Reimplemented in InvOwnerAlly, InvOwnerDraglet, and InvOwnerHotbar.
Definition at line 874 of file InvOwner.cs.
References AllowAutouse, AutoUse, ButtonGrid.card, and OnClick().
|
inlinevirtual |
Reimplemented in InvOwnerAlly, and InvOwnerHotbar.
Definition at line 886 of file InvOwner.cs.
References AutoUse, ButtonGrid.card, clickTimer, ButtonState.pressedLong, ButtonState.pressedTimer, and EInput.rightMouse.
|
inlinevirtual |
Definition at line 944 of file InvOwner.cs.
References Card.AddThing(), ThingContainer.CanStack(), ButtonGrid.card, Container, GetShitDestOwner(), Card.isDestroyed, Card.IsHotItem, Card.IsPC, EInput.isShiftDown, owner, Card.parent, EClass.pc, Chara.Pick(), Card.PlaySoundDrop(), Card.RemoveCard(), Card.Thing, Card.things, and ThingContainer.TryStack().
Referenced by OnClick(), and ActionMode.UpdateInput().
|
inline |
Definition at line 1151 of file InvOwner.cs.
References Grab(), Card.IsEquipment, Card.parent, Card.PlaySoundDrop(), WidgetEquip.Redraw(), and DragItemCard.DragInfo.thing.
Referenced by DragItemCard.OnStartDrag().
|
inlinevirtual |
Reimplemented in InvOwnerEquip.
Definition at line 1753 of file InvOwner.cs.
References Lang._currency(), ShopTransaction.CanSellBack(), ButtonGrid.card, ShopTransaction.current, SpriteSheet.Get(), InvOwner.Transaction.GetPrice(), InvOwner.Transaction.IsValid(), UIText.SetText(), ShouldShowGuide(), UINote.Space(), UIItem.text1, and UseGuide.
|
inline |
Definition at line 1122 of file InvOwner.cs.
References Card.AddThing(), Chara.body, Card.Chara, DragItemCard.DragInfo.container, CharaBody.Equip(), DragItemCard.DragInfo.equippedSlot, DragItemCard.DragInfo.invOwner, DragItemCard.DragInfo.invX, DragItemCard.DragInfo.invY, ThingContainer.IsFull(), ThingContainer.IsOccupied(), DragItemCard.DragInfo.list, owner, EClass.pc, Chara.Pick(), BaseList.Redraw(), DragItemCard.DragInfo.thing, and Card.things.
Referenced by OnCancelDrag().
|
inlinevirtual |
Reimplemented in InvOwnerBlend, InvOwnerChangeMaterial, InvOwnerChaosOffering, InvOwnerCopyShop, InvOwnerCraft, InvOwnerDeliver, InvOwnerDeliverBox, InvOwnerEnchant, InvOwnerGacha, InvOwnerGene, InvOwnerGive, InvOwnerIdentify, InvOwnerLighten, InvOwnerMod, InvOwnerOffering, InvOwnerReconstruction, InvOwnerRecycle, InvOwnerRefuel, and InvOwnerUncurse.
Definition at line 686 of file InvOwner.cs.
Referenced by InvOwner.Transaction.GetTextDetail(), InvOwner.Transaction.IsValid(), ListInteractions(), DragItemCard.OnStartDrag(), OnWriteNote(), UIDragGridIngredients.Refresh(), LayerDragGrid.TryProc(), and LayerInventory.TryShowGuide().
|
inline |
Definition at line 1713 of file InvOwner.cs.
References UIContextMenu.AddButton(), Chara.HasNoGoal, item, EClass.pc, InvOwner.Interaction.priority, UIContextMenu.Show(), and EClass.ui.
Referenced by ButtonGrid.OnMiddleClick().
|
inline |
Definition at line 1481 of file InvOwner.cs.
References Trait.CanOnlyCarry, Chara.held, Chara.HoldCard(), Thing.isEquipped, EClass.pc, Chara.PickHeld(), EClass.player, Player.RefreshCurrentHotItem(), and Card.trait.
Referenced by DragItemCard.OnDrag(), and ButtonGrid.OnMiddleClick().
List<ButtonGrid> InvOwner.buttons = new List<ButtonGrid>() |
Definition at line 542 of file InvOwner.cs.
Referenced by InvOwner.Transaction.Process(), AI_UseCrafter.Run(), and LayerDragGrid.SetInv().
|
static |
Definition at line 528 of file InvOwner.cs.
Referenced by OnRightPressed().
Card InvOwner.Container |
Definition at line 540 of file InvOwner.cs.
Referenced by InvOwnerRecycle._OnProcess(), AllowHold(), BuildUICurrency(), CanAltClick(), CanCtrlClick(), CanShiftClick(), LayerInventory.GetPlayerContainer(), GetShitDestOwner(), Grab(), Init(), InvOwner(), InvOwner.Transaction.IsValid(), ListInteractions(), OnCancelDrag(), DragItemCard.OnDragSpecial(), LayerInventory.OnInit(), UIInventory.OnInit(), LayerInventory.OnKill(), OnShiftClick(), InvOwner.Transaction.Process(), LayerDragGrid.SetInv(), Thing.ShowSplitMenu(), and ActionMode.UpdateInput().
CurrencyType InvOwner.currency |
Definition at line 532 of file InvOwner.cs.
Referenced by BuildUICurrency(), CanAltClick(), CanShiftClick(), ShopTransaction.GetPrice(), InvOwnerDraglet.GetTextDetail(), InvOwner(), InvOwner.Transaction.IsValid(), ListInteractions(), ShopTransaction.OnEndTransaction(), InvOwnerDraglet.OnInit(), ShopTransaction.Process(), and ButtonRoster.Refresh().
|
static |
Definition at line 522 of file InvOwner.cs.
HomeResource InvOwner.homeResource |
Definition at line 536 of file InvOwner.cs.
Referenced by InvOwner(), InvOwner.Transaction.IsValid(), and InvOwner.Transaction.Process().
bool InvOwner.includeChildren |
Definition at line 530 of file InvOwner.cs.
|
static |
Definition at line 526 of file InvOwner.cs.
Card InvOwner.owner |
Definition at line 538 of file InvOwner.cs.
Referenced by InvOwnerBlend._OnProcess(), InvOwnerChaosOffering._OnProcess(), InvOwnerDeliver._OnProcess(), InvOwnerMod._OnProcess(), InvOwnerRefuel._OnProcess(), InvOwnerCopyShop.AllowMoved(), BuildUICurrency(), CanShiftClick(), DragItemCard.DragInfo.DragInfo(), GetShitDestOwner(), Grab(), Init(), InvOwner(), InvOwner.Transaction.IsValid(), OnClick(), OnDrag(), DragItemCard.OnDragSpecial(), ShopTransaction.OnEndTransaction(), LayerInventory.OnKill(), OnShiftClick(), InvOwner.Transaction.Process(), PutBack(), ButtonRoster.Refresh(), UIDragGridIngredients.Refresh(), LayerDragGrid.RefreshCost(), ButtonGrid.SetBodySlot(), LayerDragGrid.SetInv(), InvOwnerBlend.ShouldShowGuide(), InvOwnerCopyShop.ShouldShowGuide(), InvOwnerRefuel.ShouldShowGuide(), UIInventory.SwitchTab(), InvOwner.Transaction.Transaction(), InvOwnerCraft.TryStartCraft(), and LayerDragGrid.Validate().
PriceType InvOwner.priceType |
Definition at line 534 of file InvOwner.cs.
Referenced by ShopTransaction.GetPrice(), InvOwner(), and ShopTransaction.Process().
|
static |
Definition at line 524 of file InvOwner.cs.
Referenced by CanShiftClick(), InvOwner.Transaction.GetPrice(), GetShitDestOwner(), InvOwner.Transaction.IsValid(), ListInteractions(), LayerInventory.OnKill(), InvOwner.Transaction.Process(), UIInventory.RefreshGrid(), and LayerInventory.TryShowGuide().
|
get |
Definition at line 558 of file InvOwner.cs.
Referenced by OnRightClick().
|
get |
Definition at line 560 of file InvOwner.cs.
Referenced by ButtonGrid.OnMiddleClick().
|
get |
Definition at line 590 of file InvOwner.cs.
Referenced by OnDrag().
|
get |
Definition at line 562 of file InvOwner.cs.
Referenced by InvOwner.Transaction.IsValid(), and ListInteractions().
|
get |
Definition at line 578 of file InvOwner.cs.
Referenced by InvOwner.Transaction.IsValid(), and OnDrag().
|
get |
Definition at line 574 of file InvOwner.cs.
|
get |
Definition at line 618 of file InvOwner.cs.
Referenced by UIInventory.OnInit().
|
get |
Definition at line 620 of file InvOwner.cs.
|
get |
Definition at line 598 of file InvOwner.cs.
Referenced by InvOwner.Transaction.IsValid(), and InvOwner.Transaction.Process().
|
get |
Definition at line 628 of file InvOwner.cs.
Referenced by ListInteractions(), and InvOwner.Transaction.Process().
|
get |
Definition at line 630 of file InvOwner.cs.
Referenced by ListInteractions().
|
get |
Definition at line 594 of file InvOwner.cs.
Referenced by DragItemCard.DragInfo.DragInfo(), and InvOwner.Transaction.IsValid().
|
staticget |
Definition at line 546 of file InvOwner.cs.
Referenced by AllowHold(), and OnClick().
|
staticget |
Definition at line 544 of file InvOwner.cs.
Referenced by CanShiftClick(), InvOwner.Transaction.IsValid(), ListInteractions(), OnClick(), and UI.ToggleInventory().
|
get |
Definition at line 596 of file InvOwner.cs.
Referenced by OnCtrlClick().
|
get |
Definition at line 642 of file InvOwner.cs.
Referenced by LayerDragGrid.RefreshCost().
|
get |
Definition at line 622 of file InvOwner.cs.
|
get |
Definition at line 604 of file InvOwner.cs.
Referenced by InvOwner.Transaction.Process().
|
get |
Definition at line 592 of file InvOwner.cs.
Referenced by InvOwnerAlly.GetAutoUseLang(), InvOwnerDraglet.GetTextDetail(), ListInteractions(), and LayerDragGrid.SetInv().
|
get |
Definition at line 624 of file InvOwner.cs.
Referenced by LayerDragGrid.ClearButtons(), LayerDragGrid.IsAllGridSet(), LayerDragGrid.RefreshCurrentGrid(), AI_UseCrafter.Run(), and LayerDragGrid.SetInv().
|
get |
Definition at line 626 of file InvOwner.cs.
|
get |
Definition at line 600 of file InvOwner.cs.
Referenced by InvOwner.Transaction.Process().
|
get |
Definition at line 606 of file InvOwner.cs.
|
get |
Definition at line 576 of file InvOwner.cs.
Referenced by InvOwner.Transaction.GetTextDetail(), InvOwner.Transaction.IsValid(), LayerInventory.OnKill(), OnWriteNote(), UIInventory.RefreshGrid(), and LayerInventory.TryShowGuide().
|
get |
Definition at line 602 of file InvOwner.cs.
Referenced by InvOwner.Transaction.IsValid(), and InvOwner.Transaction.Process().