We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64dc5e commit 6260743Copy full SHA for 6260743
bindings/2.2074/GeometryDash.bro
@@ -11987,8 +11987,8 @@ class LabelGameObject : EffectGameObject {
11987
TodoReturn queueUpdateLabel(gd::string);
11988
TodoReturn removeLabel();
11989
TodoReturn unlockLabelColor();
11990
- TodoReturn updateLabel(float) = win 0x49af00;
11991
- TodoReturn updateLabel(gd::string) = imac 0x1b04c0;
+ void updateLabel(float);
+ void updateLabel(gd::string) = win 0x49af00, imac 0x1b04c0;
11992
TodoReturn updateLabelAlign(int);
11993
TodoReturn updateLabelIfDirty();
11994
TodoReturn updatePreviewLabel() = win 0x49ad40;
0 commit comments