Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CWeather func #131

Open
Frouk3 opened this issue Mar 8, 2022 · 2 comments
Open

CWeather func #131

Frouk3 opened this issue Mar 8, 2022 · 2 comments

Comments

@Frouk3
Copy link

Frouk3 commented Mar 8, 2022

I found function that forces and sets weatherType

void __cdecl CWeather::ForceAndSetWeather(int weatherType)
{
  CWeather::Lock = weatherType;
  CWeather::CurrentWeather = weatherType;
  CWeather::UpcomingWeather = weatherType;
}

address: 0x402157

@kin4stat
Copy link

kin4stat commented Mar 8, 2022

???

void CWeather::ForceWeatherNow(short weatherType) {

@Frouk3
Copy link
Author

Frouk3 commented Mar 11, 2022

they're same but what i written its for declaration

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants