The Game.GUI commands are the last users of some almost unused code, namely plTextGenerator (which seems to do more or less the same thing as plTextFont) and most of pfGUICtrlGenerator.
As far as I can tell, these commands were only meant for testing/prototyping and aren't actively used anywhere. Removing them would allow dropping this otherwise dead code.
If somebody uses these commands in their testing setup or something, they could probably be ported to plTextFont instead, so that plTextGenerator can still be removed. But if nobody cares about them, it's easier to just remove it all.
The
Game.GUI
commands are the last users of some almost unused code, namelyplTextGenerator
(which seems to do more or less the same thing asplTextFont
) and most ofpfGUICtrlGenerator
.As far as I can tell, these commands were only meant for testing/prototyping and aren't actively used anywhere. Removing them would allow dropping this otherwise dead code.
If somebody uses these commands in their testing setup or something, they could probably be ported to
plTextFont
instead, so thatplTextGenerator
can still be removed. But if nobody cares about them, it's easier to just remove it all.