Romestead Assembly Reference

Candide.CandideUI.Components.Holder.ItemGiftSlot

Type JSON

public class in Candide.CandideUI.Components.Holder

Methods5
Properties2
Fields6
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
Amountpublicpublic System.Nullable<System.Int32> Amount
ItemInstancepublicpublic Shared.Models.Items.ItemInstanceModel ItemInstance
Panelprotectedprotected Candide.CandideUI.Containers.CandidePanel Panel
_currentItemDataprivateprivate Shared.Models.Items.ItemData _currentItemData
_iconprivateprivate Candide.CandideUI.Components.CandideIcon _icon
_labelprivateprivate Candide.CandideUI.Components.CandideTextLabel _label

Properties

NameVisibilitySignature
CommittedInventoryIdpublicpublic System.Nullable<System.Guid> CommittedInventoryId
Typepublicpublic Candide.CandideUI.Components.Holder.CandideHolderType Type

Methods

OnControllerXPressed

public System.Void OnControllerXPressed()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash1593F02BD7C5F0312DD046BB3C565B786BC0FE1CF7E5E1B6EE9BCC1534DAACAF
  • Body hash382645AE38DBE2A0A6FC010074AA506FD9F87EB0C8EDB4CED394A5D41A36799A
  • IL size7
Referenced calls

OnMouseSecondaryDown

public System.Void OnMouseSecondaryDown()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashEDBE5509193373E01C11EC284EC06D80A45576BC06C38DEF19DF19F4E07E5287
  • Body hash42730BE235D67FAFF33A2D48E49C5DF293D31C458ECE2C8A78774DC36D19AE09
  • IL size59
Referenced calls

SetCommittedGift

public System.Void SetCommittedGift(System.Nullable<System.Guid> inventoryId, Shared.Models.Items.ItemInstanceModel itemInstance, System.Nullable<System.Int32> stackAmount)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash69E9352A8F759DC37AD2F6AFD7B56179FE8CC61F5B8B992A846B66D5EE64634E
  • Body hashD2CC0F16F6403E578B51E7664B7BF59592BAF71C1F9ABCD89696D3212DEBD9FC
  • IL size281
Referenced calls
  • ItemGiftSlot.<>c__DisplayClass12_0::.ctor()
  • System.Nullable<System.Guid>::get_HasValue()
  • Shared.Data.ItemDataBase::GetItemDataOrMissing(System.String)
  • Candide.CandideUI.Components.CandideIcon::set_Icon(System.String)
  • System.Nullable<System.Int32>::get_HasValue()
  • System.Nullable<System.Int32>::GetValueOrDefault()
  • System.Int32::ToString()
  • Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)
  • ItemGiftSlot.<>c__DisplayClass12_0::<SetCommittedGift>b__0()
  • System.Func<System.Collections.Generic.IEnumerable<Candide.CandideUI.CandideUiElement>>::.ctor(System.Object, System.IntPtr)
  • Candide.CandideUI.Components.Holder.CandideHolderBase::set_GetTooltipContent(System.Func<System.Collections.Generic.IEnumerable<Candide.CandideUI.CandideUiElement>>)
  • Candide.CandideUI.Components.Holder.ItemGiftSlot::set_CommittedInventoryId(System.Nullable<System.Guid>)
  • Candide.CandideUI.Components.Holder.ItemGiftSlot::UpdateHolderStyle()
Called by
String literals
  • sam

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash7AC177DC672012763B523CFD485C61CB2F801BC2C339252B74E1BE474E2B333E
  • Body hash7E80BD06F70D70EE8A45148ED438E41AB0839690FB259579509AEA56F7C26092
  • IL size169
Referenced calls
Called by

UpdateHolderStyle

private System.Void UpdateHolderStyle()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash8B3660ECB2CB54DAEDD94408C10AD31DEB4FCF728BEB25102F69CA5C92F3F074
  • Body hashCBBE3BBE2851DE3DA92C83EC378D52043A59C184298E78FAE0EA02196B2724A2
  • IL size110
Referenced calls
  • Shared.Models.Items.ItemInstanceModel::get_Data()
  • System.Nullable<System.Int32>::get_HasValue()
  • System.Nullable<System.Int32>::GetValueOrDefault()
Called by