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

Method NumCols

Source/GridModule.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 void SetLightDirect(int x, int y, int color, bool force = false) override;
86 void ResetLights() override;
87 int NumCols() override { return GetCols(); }
88 int NumRows() override { return GetRows(); }
89 bool HasInput() const override;
90 bool IsConnected() const override { return true; }

Callers 15

UpdateVelocityLightsMethod · 0.45
UpdateMetaLightsMethod · 0.45
GetGridControllerColsMethod · 0.45
PollMethod · 0.45
OnGridButtonMethod · 0.45
DrawModuleMethod · 0.45
OnGridButtonMethod · 0.45
DrawModuleMethod · 0.45
SyncGridToSeqMethod · 0.45
UpdateLightsMethod · 0.45

Calls

no outgoing calls

Tested by 3

DrawModuleMethod · 0.36
SyncGridToSeqMethod · 0.36