Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
158 stars 51 forks source link

Unable to determine what fluid is in a tank via getFluidType #14

Closed pacas00 closed 4 years ago

pacas00 commented 4 years ago

Calling getFluidType() on a Fluid Buffer returns an 'Object'. Assuming this is supposed to either be a known type or a string with the name.

Code:

tank = component.proxy("917A392C4388D211DD86F49A5331BD39")
--Tank is a fluid tank
print(tank:getFluidType())

Result: Object

Additionally, When trying to get members of an Object it will report id and nick as members, even though the instance is not a network component