Page MenuHomeFeedback Tracker

super method not called from override
Closed, ResolvedPublic

Description

The super method will not be called:

modded class SCR_DataCollectorComponent : SCR_BaseGameModeComponent
{
	protected override void OnPlayerAuditSuccess(int playerId)
	{
		super.OnPlayerAuditSuccess(playerId);
	}
}

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

R34P3R created this task.Sat, Aug 17, 9:03 AM
Geez changed the task status from New to Assigned.Mon, Aug 19, 3:05 PM
Geez added a subscriber: Geez.Tue, Aug 20, 10:29 AM

Hello R34P3R.
Can you please provide a simple mod example? (functional).
Steps of what you did, even on the editor as we cannot seem to be able to reproduce the issue.
Regards,
Geez

R34P3R added a comment.EditedTue, Aug 20, 10:58 AM

Hello Geez and thanks for your response. The problem was related to "SCR_PlayerData" where the floats where not set correctly by my side. So, the super method was not able to get the Data. I already tryed to delete this Post, but did not found a way how i can do this. Sorry for the waste of time.

Geez closed this task as Resolved.Tue, Aug 20, 10:59 AM
Geez claimed this task.