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

Method SetUpFromSaveData

Source/PSMoveController.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void PSMoveController::SetUpFromSaveData()
216{
217 SetPitchControl(TheSynth->FindUIControl(mModuleSaveData.GetString("pitchcontrol")));
218 SetYawControl(TheSynth->FindUIControl(mModuleSaveData.GetString("yawcontrol")));
219 SetRollControl(TheSynth->FindUIControl(mModuleSaveData.GetString("rollcontrol")));
220 SetEnergyControl(TheSynth->FindUIControl(mModuleSaveData.GetString("energycontrol")));
221}

Callers

nothing calls this directly

Calls 2

GetStringMethod · 0.80
FindUIControlMethod · 0.45

Tested by

no test coverage detected