-
Notifications
You must be signed in to change notification settings - Fork 0
Window_get_alpha
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the transparency of the game window and returns it.
| Parameter | Description |
|---|---|
| none | This function has no parameters. |
integer: Returns the transparency of the window, between 0 (transparent) and 255 (opaque)
// demonstrates obtaining the transparency of the game window
var alpha;
alpha = window_get_alpha();
NOTOC
This is number 1