UiPlayerArmorNotificationBus.names 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "entries": [
  3. {
  4. "base": "UiPlayerArmorNotificationBus",
  5. "context": "EBusHandler",
  6. "variant": "",
  7. "details": {
  8. "name": "Ui Player Armor Notification Bus",
  9. "category": "EBus Handlers"
  10. },
  11. "methods": [
  12. {
  13. "base": "OnPlayerArmorChanged",
  14. "details": {
  15. "name": "On Player Armor Changed"
  16. },
  17. "params": [
  18. {
  19. "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
  20. "details": {
  21. "name": "Current Armor"
  22. }
  23. },
  24. {
  25. "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
  26. "details": {
  27. "name": "Maximum Armor"
  28. }
  29. }
  30. ]
  31. }
  32. ]
  33. }
  34. ]
  35. }