Closed DimasDSF closed 12 months ago
Currently there is no way to get a physics objects buoyancy, PhysObj does not implement GetInternalVariable or GetKeyValues so there is also no way to get the m_buoyancyRatio variable.
PhysObj
GetInternalVariable
GetKeyValues
m_buoyancyRatio
it is unfortunately not exposed by the physics engine interface, so it cannot happen.
Details
Currently there is no way to get a physics objects buoyancy,
PhysObj
does not implementGetInternalVariable
orGetKeyValues
so there is also no way to get them_buoyancyRatio
variable.