MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetTempConnection

Method SetTempConnection

Source/QuickSpawnMenu.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void QuickSpawnMenu::SetTempConnection(IClickable* target, ConnectionType connectionType)
99{
100 mMainContainerFollower->mTempConnectionCable->SetConnectionType(connectionType);
101 mMainContainerFollower->mTempConnectionCable->SetTarget(target);
102 mMainContainerFollower->mTempConnectionCable->SetShowing(true);
103}
104
105void QuickSpawnMenu::ResetAppearPos()
106{

Callers 1

Calls 3

SetConnectionTypeMethod · 0.80
SetTargetMethod · 0.45
SetShowingMethod · 0.45

Tested by

no test coverage detected