Skip to content

OnFeedbackReported

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnFeedbackReported( BasePlayer basePlayer, string string, string text, Facepunch.Models.ReportType reportType )
{
    Puts( "OnFeedbackReported works!" );
}

Location

  • BasePlayer/<OnFeedbackReport>d__708::MoveNext()
csharp
//---
					Subject = text,
					Message = text3,
					Type = reportType
				});
			}
			Interface.CallHook("OnFeedbackReported", basePlayer, text, text2, reportType);
			if (!string.IsNullOrEmpty(Server.reportsServerEndpoint))
			{
				string image = msg.read.StringMultiLine(60000);
				Facepunch.Models.Feedback feedback = new Facepunch.Models.Feedback
				{
//---

Released under the MIT License.