Page MenuHomeFeedback Tracker

Change typedef to class ** extends for all Weather Phenomenon
New, UrgentPublic

Description

Currently, this is not possible to mod the class Rain, because it has been designed with

typedef WeatherPhenomenon Rain;

instead of using

class Rain extends WeatherPhenomenon

So we can't mod the Rain class.
That's would be extremely useful for overriding OnBeforeChange function, so detecting a change of rain. To update some state of some objects, instead of checking every x ms or each frame.

Details

Severity
Major
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10
Category
General

Event Timeline

NiiRoZz created this task.Aug 13 2019, 4:16 PM
NiiRoZz renamed this task from Change typedef to class ** extends for all Weather Phenomenons to Change typedef to class ** extends for all Weather Phenomenon.Aug 13 2019, 4:18 PM
NiiRoZz updated the task description. (Show Details)