MCPcopy Create free account
hub / github.com/bwapi/bwapi / jumpToReference

Method jumpToReference

bwapi/BWMemoryEdit/MainWindow.cs:62–70  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

EditValueMethod · 0.80

Calls 1

assignReferenceMethod · 0.80

Tested by

no test coverage detected