Custom entity callback handler. Is used to set callbacks to methods
Type: Reference type
Declaration | Description |
---|---|
void SetThinkFunction(ThinkFunction@ pFunction) | Sets the think function for this handler's owning instance. |
void SetTouchFunction(TouchFunction@ pFunction) | Sets the touch function for this handler's owning instance. |
void SetBlockedFunction(BlockedFunction@ pFunction) | Sets the blocked function for this handler's owning instance. |
void SetUseFunction(UseFunction@ pFunction) | Sets the use function for this handler's owning instance. |