Class StackSystem
Inheritance
System.Object
StackSystem
Assembly: Content.Client.dll
Syntax
public sealed class StackSystem : SharedStackSystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
SetCount(EntityUid, Int32, StackComponent)
Declaration
public override void SetCount(EntityUid uid, int amount, StackComponent component = null)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Int32 |
amount |
|
StackComponent |
component |
|