24 lines
434 B
Markdown
24 lines
434 B
Markdown
---
|
|
title: isThisInv -
|
|
---
|
|
//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIShared](index.md)/[isThisInv](is-this-inv.md)
|
|
|
|
|
|
|
|
# isThisInv
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
#### Return
|
|
|
|
|
|
True, if the inventory belongs to this GUI.
|
|
|
|
|
|
Content
|
|
open override fun [isThisInv](is-this-inv.md)(inventory: Inventory): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
|
|
|
|
|
|