Exemplo n.º 1
0
 void Sandbox.ModAPI.IMyInventory.RemoveItemsOfType(VRage.MyFixedPoint amount, Common.ObjectBuilders.Definitions.SerializableDefinitionId contentId, Common.ObjectBuilders.MyItemFlags flags, bool spawn)
 {
     RemoveItemsOfType(amount, contentId, flags, spawn);
 }
Exemplo n.º 2
0
 VRage.MyFixedPoint Sandbox.ModAPI.Interfaces.IMyInventory.GetItemAmount(Common.ObjectBuilders.Definitions.SerializableDefinitionId contentId, Common.ObjectBuilders.MyItemFlags flags)
 {
     return(GetItemAmount(contentId, flags));
 }