I was looking through the wiki and poking around the HUD section. I see no mention of setting the size. Is there a method/member for size that is elsewhere to use? Or if not, it would be a sweet addition. :wink:
-Red
IS Feature request...
Moderators: Lavish Software Team, Moderators
Edit is removed for good reason.
You're right that there is no data type method for it, however if you look at the HUD commands you do have a command (HUDSet) that can set the size.
HUDSet * -s 10
- Sets all elements to size 10
HUDSet TextureMem -s 10
- Sets TextureMem element to size 10
I'll add a data type method.
You're right that there is no data type method for it, however if you look at the HUD commands you do have a command (HUDSet) that can set the size.
HUDSet * -s 10
- Sets all elements to size 10
HUDSet TextureMem -s 10
- Sets TextureMem element to size 10
I'll add a data type method.