CS_OnTerminateRound

Last Updated2011-06-26
Created At2011-06-26

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.

forward 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

Action