Page MenuHomeFeedback Tracker

class TextWidget has no method to "GetText"
Closed, ResolvedPublic

Description

class TextWidget has no method to GetText but does have a method to SetText.

There are many "Get" options for other parts of the widget, but not the text of the widget.

class TextWidget extends Widget
{
	...
	proto native int GetOutlineSize();
	proto native int GetOutlineColor();
	proto native int GetShadowSize();
	proto native int GetShadowColor();
	proto native float GetShadowOpacity();
	proto native bool GetItalic();
	proto native bool GetBold();
	proto void GetTextSize(out int sx, out int sy);
	proto native float GetTextProportion();
	...
};

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

antihax created this task.Oct 23 2020, 12:15 AM
Geez changed the task status from New to Assigned.Oct 23 2020, 10:31 AM
komer added a subscriber: komer.Dec 13 2020, 5:45 AM
Geez closed this task as Resolved.Jun 29 2021, 10:53 AM
Geez claimed this task.
komer added a comment.Jul 4 2021, 1:59 AM

in the updated version 1.13.154.25. the requested features have not been added