cs_ham_bots_api
Browse all symbols documented inside this include file.
Functions
| Name | Description |
|---|---|
| RegisterHamBots | Hooks the virtual table for CZ Bots entity class. An example would be: RegisterHamBots(Ham_TakeDamage, "player_hurt"); Look at the Ham enum for parameter lists. |
| DisableHamForwardBots | Stops a ham forward from triggering for CZ Bots. Use the return value from RegisterHamBots as the parameter here! |
| EnableHamForwardBots | Starts a ham forward back up for CZ Bots. Use the return value from RegisterHamBots as the parameter here! |