Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. * Add functions to retrieve weapon reload times (can be used to make reload progress bars)
  2. The "Full" variants return the time for a full reload, while the others return the time for reload cancels.
  3. Functions:
  4. weapon.reloadTime(EquipPoint)
  5. weapon.reloadTimeFull(EquipPoint)
  6. currentWeapon.reloadTimeFull()
  7. currentWeapon.reloadTimeFull()
  8. * Add functions for setting gamma and sensitivity. Sensitivity can be used to make a far better chain hero script.
  9. Functions:
  10. gamma(gamma)
  11. sensitivity(sens)
  12. * Add functions for say and teamsay (route ETA scripts)
  13. Functions:
  14. say(text)
  15. teamsay(text)
  16. * Add function to retrieve a table of scoreboard data (for custom scoreboards obviously)
  17. Function: game.players()
  18. * Add lua function for opening the console with pre-entered text
  19. Function: openConsole(text)
  20. * Add function to retrieve a table of the currently loaded route names
  21. Function: route.getTable()
  22. * Add function to retrieve a table of file names
  23. Function: getFileList(path) -- The path is relative to the tribes config folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement