1,051
edits
(will finish it tomorrow) |
No edit summary |
||
Line 8: | Line 8: | ||
{{Table}} | {{Table}} | ||
{{OBD_Table_Header}} | {{OBD_Table_Header}} | ||
Line 17: | Line 16: | ||
{{OBDtr| 0x00 | int32 |00FFFF| 96 00 00 00 | 150 | dialog ID (looked up by engine) }} | {{OBDtr| 0x00 | int32 |00FFFF| 96 00 00 00 | 150 | dialog ID (looked up by engine) }} | ||
{{OBDtr| 0x00 | int32 |FF00FF| 01 00 00 00 | 1 | window status flag; the following flags are possible (values in dec): | {{OBDtr| 0x00 | int32 |FF00FF| 01 00 00 00 | 1 | window status flag; the following flags are possible (values in dec): | ||
0 - hide the window (if you use that, you'll get a black screen and the orange mouse cursor; that means you can't quit Oni, so you have to reset your computer) | |||
1 - show the window | |||
2 - grey title (normaly it's black) + window fixed (you can't move the window) | |||
4 - window fixed (you can't move the window) | |||
{{OBDtr| 0x00 | int32 |FF8000| 00 00 | 0 | }} | }} | ||
{{OBDtr| 0x00 | int32 |FF8000| 00 00 | 0 | window design; it's a bitset; the following designs are possible (values in dec): | |||
0 - nothing | |||
1 - thin light blue border around the window | |||
2 - thick light lila border around the window | |||
4 - light lila title bar | |||
8 - title (title bar required) | |||
16 - "close"-button (title bar required) | |||
32 - "restore"-button (title bar required) | |||
64 - "minimize"-button (title bar required) | |||
}} | |||
{{OBDtr| 0x00 | int32 |FF0080| 01 00 | 1 | }} | {{OBDtr| 0x00 | int32 |FF0080| 01 00 | 1 | }} | ||
{{OBDtr| 0x00 | int32 |804080| 00 00 00 00 | 0 | }} | {{OBDtr| 0x00 | int32 |804080| 00 00 00 00 | 0 | }} |
edits