This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved how to hook public static bool?

Status
Not open for further replies.

SmilingSword

Platinian
Original poster
Feb 17, 2018
38
17
8
31
hey how to hook this type?


[Address(RVA = "0x15803A8", Offset = "0x15803A8", VA = "0x15803A8")]
public static bool NewRewardAvailable(ISocialInvitesStateModel state, ISocialInvitesRewardsSetModel currentSet, ISocialInvitesRewardsProgressionModel progressionModel, int unhandledInvites = 0)
{
return default(bool);



[Address(RVA = "0x1580150", Offset = "0x1580150", VA = "0x1580150")]
public static bool HasCompletedRewardsSet(ISocialInvitesStateModel state, ISocialInvitesRewardsSetModel currentSet)
{
return default(bool);
 
Reactions: nowhere_222

nik2143

Jr. PMT Modder
Staff member
Modding-Team
Jun 30, 2018
532
28,499
1,193
Italy
Like other hookings but It Is statics so hasn't an instance as parameter
 

Tosilegit

Platinian
Feb 1, 2022
10
1
3
Perttilä
Nahh did you use ChatGPT
 

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,773
15,670
2,120
27
Skyrim
Thread will be set to "solved" and closed.
When you're not happy with that just send me a message and i will re-open the thread for you.

Thanks.
 
Status
Not open for further replies.