Metodo DedApiCreateFakeBomItemCollectionFromLuaTable
|
Crea e ritorna un oggetto BomItemCollection fittizio a partire da una LuaTable strutturata.
Namespace: LuaApplicationAssembly: DedLuaApplication (in DedLuaApplication.dll) Versione: 28.1.0-RC
Sintassipublic BomItemCollection CreateFakeBomItemCollectionFromLuaTable(
LuaTable table
)
Public Function CreateFakeBomItemCollectionFromLuaTable (
table As LuaTable
) As BomItemCollection
public:
BomItemCollection^ CreateFakeBomItemCollectionFromLuaTable(
LuaTable^ table
)
member CreateFakeBomItemCollectionFromLuaTable :
table : LuaTable -> BomItemCollection Parametri
- table LuaTable
- Tabella lua strutturata per la creazione di una BomItemCollection.
Valore di ritorno
BomItemCollection
Vedi anche