123456789101112131415161718192021222324252627282930 |
- {
- "entries" : [
- {
- "base": "EBusSenderBusId",
- "context": "Globals",
- "details": {
- "name": "Source",
- "tooltip": "Identifies the sender of the event"
- }
- },
- {
- "base": "EBusHandlerBusId",
- "context": "Globals",
- "details":
- {
- "name": "Source",
- "tooltip": "Will handle the event sent to this identifier"
- }
- },
- {
- "base": "MissingFunction",
- "context": "Globals",
- "details":
- {
- "name": "Missing",
- "tooltip": "Missing Function"
- }
- }
- ]
- }
|