AMX Mod X API Documentation

Signature
native SetTouch(const ent, const callback[], const params[] = "", const len = 0);
Description

Sets Touch callback for entity

Notes
  • Use "" to reset callback
  • Callback should be contains passing arguments as "public Touch_Callback(const ent, const other)"
Parameters
  • entity Entity index
  • callback The forward to call
  • params Optional set of data to pass through to callback
  • len Optional size of data
No return value
Назад
Верх