コード例 #1
0
    // Token: 0x06002A55 RID: 10837 RVA: 0x0009D53C File Offset: 0x0009B73C
    public void Initialize()
    {
        global::RPOSInvCellManager componentInChildren = base.GetComponentInChildren <global::RPOSInvCellManager>();

        componentInChildren.SetInventory(this.myLootable.GetComponent <global::Inventory>(), true);
        base.ResetScrolling();
    }
コード例 #2
0
    // Token: 0x06002AEE RID: 10990 RVA: 0x0009F5A4 File Offset: 0x0009D7A4
    private void SetCellsLocked(bool isLocked)
    {
        global::RPOSInvCellManager componentInChildren = base.GetComponentInChildren <global::RPOSInvCellManager>();

        for (int i = 0; i < componentInChildren._inventoryCells.Length; i++)
        {
            global::RPOSInventoryCell rposinventoryCell = componentInChildren._inventoryCells[i];
            if (rposinventoryCell)
            {
                rposinventoryCell.SetItemLocked(isLocked);
            }
        }
    }
コード例 #3
0
    // Token: 0x06002AE8 RID: 10984 RVA: 0x0009F464 File Offset: 0x0009D664
    public void Initialize()
    {
        global::RPOSInvCellManager componentInChildren = base.GetComponentInChildren <global::RPOSInvCellManager>();

        componentInChildren.SetInventory(this._myWorkBench.GetComponent <global::Inventory>(), false);
    }