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

Method SetEnum

Source/ModuleSaveData.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 void SetString(std::string prop, std::string val);
52 template <class T>
53 void SetEnum(std::string prop, T val) { SetInt(prop, (int)val); }
54
55 void SetExtents(std::string prop, float min, float max);
56

Callers 1

LoadStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected