native

SetThink

Syntax

native SetThink(const ent, const callback[], const params[] = "", const len = 0);

Description

Sets Think callback for entity

Parameters

entity Entity index
callback The forward to call
params Optional set of data to pass through to callback
len Optional size of data

Note

Use "" to reset callback

Note

Callback should be contains passing arguments as "public Think_Callback(const ent)"

Return

This function has no return value.