Jump to content

about "frog Rain"


Recommended Posts

You need to add the "frograin" component to the world, I think.

 

GetWorld():AddComponent("frograin")

 

And the next time it rains, frog rain happens (in theory, didn't try). You can force rain using:

 

GetSeasonManager():StartPrecip()

 

You can remove frograin using:

 

GetWorld():RemoveComponent("frograin")

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...