sdkhooks: Allow overriding SDKHook_Think (#1397)
* Allow to block Think() * Update SDKHookCB comment
This commit is contained in:
@@ -237,11 +237,12 @@ typeset SDKHookCB
|
||||
function void (int client);
|
||||
|
||||
// Spawn
|
||||
// Think
|
||||
function Action (int entity);
|
||||
|
||||
// GroundEntChanged
|
||||
// SpawnPost
|
||||
// Think/Post
|
||||
// ThinkPost
|
||||
// VPhysicsUpdate/Post
|
||||
function void (int entity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user