DB/LiquidObject
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
6.0.1.18179
struct LiquidObjectRec { uint32_t m_ID; // obtained from SMLiquidInstance::liquid_object float m_flowDirection; float m_flowSpeed; foreign_keyⁱ<uint32_t, &LiquidTypeRec::m_ID> m_liquidTypeID; uint32_t m_fishable; uint32_t m_reflection; };