Garry's Mod

Garry's Mod

[E2] VGUI Core
Viser 1-7 af 7 forekomster
Opdatering: 4. apr. 2015 kl. 9:00

Fixed Fail

Opdatering: 4. apr. 2015 kl. 8:59

Fail

Opdatering: 3. apr. 2015 kl. 13:29

Fixed 'modular' type.
Various optimizations.

I might work on documentation for this.

Opdatering: 24. mar. 2015 kl. 11:57

Modifications to the modular template

Opdatering: 27. feb. 2015 kl. 14:07

Added 2 new templates, 'popup' and 'modular'.

popup:
A simple informational pop up window.
Fields:
-title : Title of the window.
-text : Text in the window.
-ok : Text on the 'OK' Button.

modular:
well this is quite a bit more complicated as you can guess from the name.
Fields:
-title : Title of the window.
-width : [NUMBER] width in pixels (max 600)
-height : [NUMBER] height in pixels (max 600)
-content : Table containing the elements... See below


New Content Structure
Root:
..
[Element_name]:
['type'] = Type, one of the derma types.
['x'],['y'] = Position of the element
['params'] = table of parameters specific to 'type'
['sub'] = table similar to Root -> max table depth is 4 for sake of some simplicity.
..

Opdatering: 21. feb. 2015 kl. 11:49

Random changes.

Opdatering: 20. feb. 2015 kl. 9:59