forward
pfn_touch
Syntax
forward pfn_touch(ptr, ptd);
Description
Called when two entities touch.
Parameters
| ptr | Index of entity being touched |
|---|---|
| ptd | Index of entity touching |
Return
PLUGIN_CONTINUE to ignore, PLUGIN_HANDLED or higher to block
forward
forward pfn_touch(ptr, ptd);
Called when two entities touch.
| ptr | Index of entity being touched |
|---|---|
| ptd | Index of entity touching |
PLUGIN_CONTINUE to ignore, PLUGIN_HANDLED or higher to block