Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.MyProductionItem

Morten Aune Lyrstad edited this page May 8, 2022 · 39 revisions

IndexNamespace Index

MyProductionItem Struct

public struct MyProductionItem

Implements production block item

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Fields

MyFixedPoint Amount

Gets or sets the amount

MyDefinitionId BlueprintId

Gets or sets the blueprint id

uint ItemId

Gets or sets the item id

Constructors

MyProductionItem(uint itemId, MyDefinitionId blueprintId, MyFixedPoint amount)

Clone this wiki locally