TotalHeightAt question

Started by Arctic Wolf, February 03, 2015, 04:52:16 AM

Previous topic - Next topic

Arctic Wolf

My question is pretty simple, how does Verse.Find.MapConditionManager.TotalHeightAt work, does it find check against the average height or?

Rikiki

I am not sure to understand the question but this function seems to compute the current weather condition label height.
So as an example:
Quote"Clear"
would return the height of 1 line in pixels.
Quote"Fog, rain, thunder,
storm, end of the world weather"
would return the height of 2 lines in pixels.

Arctic Wolf

Quote from: Rikiki on February 03, 2015, 05:35:30 AM
I am not sure to understand the question but this function seems to compute the current weather condition label height.
So as an example:
Quote"Clear"
would return the height of 1 line in pixels.
Quote"Fog, rain, thunder,
storm, end of the world weather"
would return the height of 2 lines in pixels.

Huh didn't expect it to do that, the more you know...