Hi. Is there any place where i could take a look at all params for every hook?
Code:
//E.g. if i hook:
RegisterHamPlayer(Ham_Killed, "PlayerKilled_Pre", false)
// I can use and replace these params:
public PlayerKilled_Pre(victim, attacker, shouldgib) {...}