SteamWin Array
From SingularityShift
The SteamWin Array is a variable in any application which utilizes SteamWin that contains all of the working data for displaying and managing windows. Currently this variable is named %SteamWin%
The structure goes something like this:
SteamWin
- skin
- skinpath
- guinums
- 1
- 2
- 8
- windows
- 1
- title
- w
- h
- guinum
- skin
- dock
- tab
- 2
- title
- w
- h
- guinum
- skin
- dock
- tab
- 1
- Scheme (Sub-array imported from the steamscheme.res file)
Until this section has been fleshed out, please do analyze the %SteamWin% array contents after initializing SteamWin in order to get a better idea of how it is structured.
Unless you are expanding or modifying SteamWin in some way, you should not need to access the SteamWin Array directly, nor should you remove anything from it or add anything to it because it relies on precise index values.