Interface IShopPlacement
Interface which exposes the stock methods of ShopPlacement for use by ShopLocation.
Assembly: ItemChanger.dll
Syntax
public interface IShopPlacement
Methods
|
Improve this Doc
View Source
GetNewAltStock(GameObject[], GameObject[], GameObject)
Declaration
GameObject[] GetNewAltStock(GameObject[] newStock, GameObject[] altStock, GameObject prefab)
Parameters
Type |
Name |
Description |
GameObject[] |
newStock |
|
GameObject[] |
altStock |
|
GameObject |
prefab |
|
Returns
Type |
Description |
GameObject[] |
|
|
Improve this Doc
View Source
GetNewStock(GameObject[], GameObject)
Declaration
GameObject[] GetNewStock(GameObject[] oldStock, GameObject prefab)
Parameters
Type |
Name |
Description |
GameObject[] |
oldStock |
|
GameObject |
prefab |
|
Returns
Type |
Description |
GameObject[] |
|
Extension Methods