1. Animals
  2. Abilities
  3. Conditions
  4. Tool/Weapon
  5. Weapon Mods
  6. Orb
  7. Equipped
  8. Food/Medicine
  9. Furniture/Construction
  10. Color/Pattern
  11. Items
  12. Attributes
  13. Creatures
  14. Blocks
  15. Props
  16. API Types
  17. API Functions

LTH_diag

void LTH_diag(string fn)

This hook expects functions of the form:

void fn()

CLIENT This has no effect if performed on the server

Sets the hook for drawing diagnostic information on screen. The hooked function will be called every frame if the addon its from contains source code. Use drawing functions to provide useful debugging and test information. Since addons are often distributed without source code, the end users will not see anything drawn by this hook.