MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SendMessageToSelectedObjects

Function SendMessageToSelectedObjects

Source/Editors/map_editor.cpp:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452static void SendMessageToSelectedObjects(SceneGraph* scenegraph, OBJECT_MSG::Type type, ...) {
453 va_list args;
454 va_start(args, type);
455 SendMessageToSelectedObjectsVAList(scenegraph, type, args);
456 va_end(args);
457}
458
459static void BoxSelectEntities(SceneGraph* scenegraph,
460 const TypeEnable& type_enable,

Callers 2

CPSetColorMethod · 0.85
ToggleImposterMethod · 0.85

Calls 1

Tested by

no test coverage detected