Gazyi / actions.ext

Extension provides a natives to hook action event handlers and create custom actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actions.ext

Extension provides a natives to hook action event handlers and create custom actions. If two different plugins will try to return different action for same eventhandler last will be chosen. Extension doesn't support late load so after reload you must recreate nextbots. All actions are cached by their parent action event handlers

Commands

  • ext_actions_dump - dumps entities actions
  • ext_actions_offsets - prints every hooked function offset

About

Extension provides a natives to hook action event handlers and create custom actions

License:MIT License


Languages

Language:C++ 80.2%Language:SourcePawn 14.5%Language:C 2.9%Language:CMake 2.4%