Destiny\Character\InventoryItem::gIsGridComplete PHP Method

gIsGridComplete() protected method

protected gIsGridComplete ( )
    protected function gIsGridComplete()
    {
        return $this->properties['isGridComplete'] || !$this->progression || $this->progression && !$this->progression['nextLevelAt'];
    }