Globals.names 740 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "entries" : [
  3. {
  4. "base": "EBusSenderBusId",
  5. "context": "Globals",
  6. "details": {
  7. "name": "Source",
  8. "tooltip": "Identifies the sender of the event"
  9. }
  10. },
  11. {
  12. "base": "EBusHandlerBusId",
  13. "context": "Globals",
  14. "details":
  15. {
  16. "name": "Source",
  17. "tooltip": "Will handle the event sent to this identifier"
  18. }
  19. },
  20. {
  21. "base": "MissingFunction",
  22. "context": "Globals",
  23. "details":
  24. {
  25. "name": "Missing",
  26. "tooltip": "Missing Function"
  27. }
  28. }
  29. ]
  30. }