GetConditions returns a list of conditions that are currently present in the room. This is used mainly for rendering the description. For example, the list of conditions returned might contain things like "day", "rain", "night", "snow", etc. that are used to select the appropriate description to display. The basics are obtained from the weather and time objects.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
protected virtual string[] GetConditions()

Return Value

[Missing <returns> documentation for "M:BaseLib.Room.GetConditions"]

See Also