CS_OnTerminateRound Forward

Called when TerminateRound is called. Return Plugin_Continue to ignore, return Plugin_Changed to continue, using the given delay and reason, or return Plugin_Handled or a higher action to block TerminateRound from firing.

Action CS_OnTerminateRound(float& delay, CSRoundEndReason& reason)

Parameters

float& delay

Time (in seconds) until new round starts

CSRoundEndReason& reason

Reason for round end

Return Value

No description.