Skip to content

OnFeedbackReported

Usage

  • No return behavior

Example Autogenerated

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

Location

  • BasePlayer/<OnFeedbackReport>d__597::MoveNext()
csharp
//---
						Subject = text,
						Message = text3,
						Type = reportType
					});
				}
				Interface.CallHook("OnFeedbackReported", basePlayer, text, text2, reportType);
				if (string.IsNullOrEmpty(ConVar.Server.reportsServerEndpoint))
				{
					goto IL_1DF;
				}
				string image = this.msg.read.StringMultiLine(60000, false);
//---

Released under the MIT License.