TF2_OnConditionAdded Forward

Called after a condition is added to a player

void TF2_OnConditionAdded(int client, TFCond condition)

Parameters

int client

Index of the client to which the condition is being added.

TFCond condition

Condition that is being added.