Updated stdafx.h and other code/doc files

This commit is contained in:
NovaRain
2020-02-08 08:41:04 +08:00
parent 7848e1612b
commit 87c4dd34f1
9 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ optional argument:
> int sfall_func2("get_window_attribute", int winType, int attrType)
- returns the attribute of the specified interface window by the attrType argument
- winType: the type number of the interface window (see WINTYPE_* constants in sfall.h)
- attrType: 0 - returns a value of 1 if the specified interface window is created by the game (same as without the argument)
- attrType: 0 - checks and returns a value of 1 if the specified interface window is created by the game (same as without the argument)
1 - X position, 2 - Y position (relative to the top-left corner of the game screen)
- returns -1 if the specified attribute cannot be obtained