Jumps to a Reference by selecting the item in the appropriate list, changing the tab, and selecting it into the main property grid.
(object reference)
| 60 | /// </summary> |
| 61 | /// <param name="reference"></param> |
| 62 | public void jumpToReference(object reference) |
| 63 | { |
| 64 | bool result = |
| 65 | UnitsController.assignReference(reference) || |
| 66 | SpritesController.assignReference(reference) || |
| 67 | ImagesController.assignReference(reference) || |
| 68 | ExtraImagesController.assignReference(reference) || |
| 69 | HPImagesController.assignReference(reference); |
| 70 | } |
| 71 | |
| 72 | /// <summary> |
| 73 | /// Callback for selecting items in any list. |
no test coverage detected