Skip to content

Commit 6419f20

Browse files
committed
update and fix description
1 parent c737de0 commit 6419f20

15 files changed

Lines changed: 2107 additions & 131 deletions

data/dge_1.6.3.10.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@
11451145
},
11461146
"getResolutionWidth": {
11471147
"returns": "number",
1148-
"documentation": "return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
1148+
"documentation": "Return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
11491149
"args": ""
11501150
},
11511151
"getResolutionHeight": {
11521152
"returns": "number",
1153-
"documentation": "return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
1153+
"documentation": "Return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
11541154
"args": ""
11551155
},
11561156
"getBlendFromString": {
@@ -1561,51 +1561,51 @@
15611561
},
15621562
"gamemode": {
15631563
"returns": "string",
1564-
"documentation": "Return String of current gamemode."
1564+
"documentation": "Return 'String' of current gamemode."
15651565
},
15661566
"extraui": {
15671567
"returns": "boolean",
1568-
"documentation": "Return Bool of \"Extra UI\" Setting."
1568+
"documentation": "Return 'Bool' of \"Extra UI\" Setting."
15691569
},
15701570
"darkmode": {
15711571
"returns": "boolean",
1572-
"documentation": "Return Bool of \"Dark Mode\" Setting."
1572+
"documentation": "Return 'Bool' of \"Dark Mode\" Setting."
15731573
},
15741574
"startPause": {
15751575
"returns": "boolean",
1576-
"documentation": "Return Bool of \"Start Pause\" Setting."
1576+
"documentation": "Return 'Bool' of \"Start Pause\" Setting."
15771577
},
15781578
"defaultGfStrumX0": {
15791579
"returns": "float",
1580-
"documentation": "Return Float of strums X0 'gfStrums'(2nd Opponent Strums only)."
1580+
"documentation": "Return 'Float' of strums X0 'gfStrums'(2nd Opponent Strums only)."
15811581
},
15821582
"defaultGfStrumX1": {
15831583
"returns": "float",
1584-
"documentation": "Return Float of strums X1 'gfStrums'(2nd Opponent Strums only)."
1584+
"documentation": "Return 'Float' of strums X1 'gfStrums'(2nd Opponent Strums only)."
15851585
},
15861586
"defaultGfStrumX2": {
15871587
"returns": "float",
1588-
"documentation": "Return Float of strums X2 'gfStrums'(2nd Opponent Strums only)."
1588+
"documentation": "Return 'Float' of strums X2 'gfStrums'(2nd Opponent Strums only)."
15891589
},
15901590
"defaultGfStrumX3": {
15911591
"returns": "float",
1592-
"documentation": "Return Float of strums X3 'gfStrums'(2nd Opponent Strums only)."
1592+
"documentation": "Return 'Float' of strums X3 'gfStrums'(2nd Opponent Strums only)."
15931593
},
15941594
"defaultGfStrumY1": {
15951595
"returns": "float",
1596-
"documentation": "Return Float of strums Y1 'gfStrums'(2nd Opponent Strums only)."
1596+
"documentation": "Return 'Float' of strums Y1 'gfStrums'(2nd Opponent Strums only)."
15971597
},
15981598
"defaultGfStrumY2": {
15991599
"returns": "float",
1600-
"documentation": "Return Float of strums Y2 'gfStrums'(2nd Opponent Strums only)."
1600+
"documentation": "Return 'Float' of strums Y2 'gfStrums'(2nd Opponent Strums only)."
16011601
},
16021602
"defaultGfStrumY3": {
16031603
"returns": "float",
1604-
"documentation": "Return Float of strums Y3 'gfStrums'(2nd Opponent Strums only)."
1604+
"documentation": "Return 'Float' of strums Y3 'gfStrums'(2nd Opponent Strums only)."
16051605
},
16061606
"engineversion": {
16071607
"returns": "string",
1608-
"documentation": "return String of DGE Version."
1608+
"documentation": "Return 'String' of DGE Version."
16091609
}
16101610
},
16111611
"events": {

data/dge_1.6.3.10m1.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@
11451145
},
11461146
"getResolutionWidth": {
11471147
"returns": "number",
1148-
"documentation": "return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
1148+
"documentation": "Return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
11491149
"args": ""
11501150
},
11511151
"getResolutionHeight": {
11521152
"returns": "number",
1153-
"documentation": "return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
1153+
"documentation": "Return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
11541154
"args": ""
11551155
},
11561156
"getBlendFromString": {
@@ -1165,7 +1165,7 @@
11651165
},
11661166
"getCurrentWallpaperPath": {
11671167
"returns": "string",
1168-
"documentation": "return String of wallpaper path",
1168+
"documentation": "Return 'String' of wallpaper path",
11691169
"args": ""
11701170
},
11711171
"debugPrintArray": {
@@ -1561,51 +1561,51 @@
15611561
},
15621562
"gamemode": {
15631563
"returns": "string",
1564-
"documentation": "Return String of current gamemode."
1564+
"documentation": "Return 'String' of current gamemode."
15651565
},
15661566
"extraui": {
15671567
"returns": "boolean",
1568-
"documentation": "Return Bool of \"Extra UI\" Setting."
1568+
"documentation": "Return 'Bool' of \"Extra UI\" Setting."
15691569
},
15701570
"darkmode": {
15711571
"returns": "boolean",
1572-
"documentation": "Return Bool of \"Dark Mode\" Setting."
1572+
"documentation": "Return 'Bool' of \"Dark Mode\" Setting."
15731573
},
15741574
"startPause": {
15751575
"returns": "boolean",
1576-
"documentation": "Return Bool of \"Start Pause\" Setting."
1576+
"documentation": "Return 'Bool' of \"Start Pause\" Setting."
15771577
},
15781578
"defaultGfStrumX0": {
15791579
"returns": "float",
1580-
"documentation": "Return Float of strums X0 'gfStrums'(2nd Opponent Strums only)."
1580+
"documentation": "Return 'Float' of strums X0 'gfStrums'(2nd Opponent Strums only)."
15811581
},
15821582
"defaultGfStrumX1": {
15831583
"returns": "float",
1584-
"documentation": "Return Float of strums X1 'gfStrums'(2nd Opponent Strums only)."
1584+
"documentation": "Return 'Float' of strums X1 'gfStrums'(2nd Opponent Strums only)."
15851585
},
15861586
"defaultGfStrumX2": {
15871587
"returns": "float",
1588-
"documentation": "Return Float of strums X2 'gfStrums'(2nd Opponent Strums only)."
1588+
"documentation": "Return 'Float' of strums X2 'gfStrums'(2nd Opponent Strums only)."
15891589
},
15901590
"defaultGfStrumX3": {
15911591
"returns": "float",
1592-
"documentation": "Return Float of strums X3 'gfStrums'(2nd Opponent Strums only)."
1592+
"documentation": "Return 'Float' of strums X3 'gfStrums'(2nd Opponent Strums only)."
15931593
},
15941594
"defaultGfStrumY1": {
15951595
"returns": "float",
1596-
"documentation": "Return Float of strums Y1 'gfStrums'(2nd Opponent Strums only)."
1596+
"documentation": "Return 'Float' of strums Y1 'gfStrums'(2nd Opponent Strums only)."
15971597
},
15981598
"defaultGfStrumY2": {
15991599
"returns": "float",
1600-
"documentation": "Return Float of strums Y2 'gfStrums'(2nd Opponent Strums only)."
1600+
"documentation": "Return 'Float' of strums Y2 'gfStrums'(2nd Opponent Strums only)."
16011601
},
16021602
"defaultGfStrumY3": {
16031603
"returns": "float",
1604-
"documentation": "Return Float of strums Y3 'gfStrums'(2nd Opponent Strums only)."
1604+
"documentation": "Return 'Float' of strums Y3 'gfStrums'(2nd Opponent Strums only)."
16051605
},
16061606
"engineversion": {
16071607
"returns": "string",
1608-
"documentation": "return String of DGE Version."
1608+
"documentation": "Return 'String' of DGE Version."
16091609
}
16101610
},
16111611
"events": {

data/dge_1.6.3.11.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@
11451145
},
11461146
"getResolutionWidth": {
11471147
"returns": "number",
1148-
"documentation": "return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
1148+
"documentation": "Return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
11491149
"args": ""
11501150
},
11511151
"getResolutionHeight": {
11521152
"returns": "number",
1153-
"documentation": "return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
1153+
"documentation": "Return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
11541154
"args": ""
11551155
},
11561156
"getBlendFromString": {
@@ -1165,7 +1165,7 @@
11651165
},
11661166
"getCurrentWallpaperPath": {
11671167
"returns": "string",
1168-
"documentation": "return String of wallpaper path",
1168+
"documentation": "Return 'String' of wallpaper path",
11691169
"args": ""
11701170
},
11711171
"debugPrintArray": {
@@ -1185,22 +1185,22 @@
11851185
},
11861186
"getColorFromRGB": {
11871187
"returns": "number",
1188-
"documentation": "return 'Int' or 'Color ID' of from RGB.",
1188+
"documentation": "Return 'Int' or 'Color ID' of from RGB.",
11891189
"args": "R:Int, G:Int, B:Int, A:Int = 255"
11901190
},
11911191
"customCameraExists": {
11921192
"returns": "boolean",
1193-
"documentation": "return 'Bool' if customm camera exists.",
1193+
"documentation": "Return 'Bool' if customm camera exists.",
11941194
"args": "tag:String"
11951195
},
11961196
"customStrumExists": {
11971197
"returns": "boolean",
1198-
"documentation": "return 'Bool' if customm strums/field exists.",
1198+
"documentation": "Return 'Bool' if customm strums/field exists.",
11991199
"args": "tag:String"
12001200
},
12011201
"getWindowProperty": {
12021202
"returns": "boolean",
1203-
"documentation": "return 'Bool' of window property.",
1203+
"documentation": "Return 'Bool' of window property.",
12041204
"args": "type:String = 'x'"
12051205
},
12061206
"centerWindow": {
@@ -1596,51 +1596,51 @@
15961596
},
15971597
"gamemode": {
15981598
"returns": "string",
1599-
"documentation": "Return String of current gamemode."
1599+
"documentation": "Return 'String' of current gamemode."
16001600
},
16011601
"extraui": {
16021602
"returns": "boolean",
1603-
"documentation": "Return Bool of \"Extra UI\" Setting."
1603+
"documentation": "Return 'Bool' of \"Extra UI\" Setting."
16041604
},
16051605
"darkmode": {
16061606
"returns": "boolean",
1607-
"documentation": "Return Bool of \"Dark Mode\" Setting."
1607+
"documentation": "Return 'Bool' of \"Dark Mode\" Setting."
16081608
},
16091609
"startPause": {
16101610
"returns": "boolean",
1611-
"documentation": "Return Bool of \"Start Pause\" Setting."
1611+
"documentation": "Return 'Bool' of \"Start Pause\" Setting."
16121612
},
16131613
"defaultGfStrumX0": {
16141614
"returns": "float",
1615-
"documentation": "Return Float of strums X0 'gfStrums'(2nd Opponent Strums only)."
1615+
"documentation": "Return 'Float' of strums X0 'gfStrums'(2nd Opponent Strums only)."
16161616
},
16171617
"defaultGfStrumX1": {
16181618
"returns": "float",
1619-
"documentation": "Return Float of strums X1 'gfStrums'(2nd Opponent Strums only)."
1619+
"documentation": "Return 'Float' of strums X1 'gfStrums'(2nd Opponent Strums only)."
16201620
},
16211621
"defaultGfStrumX2": {
16221622
"returns": "float",
1623-
"documentation": "Return Float of strums X2 'gfStrums'(2nd Opponent Strums only)."
1623+
"documentation": "Return 'Float' of strums X2 'gfStrums'(2nd Opponent Strums only)."
16241624
},
16251625
"defaultGfStrumX3": {
16261626
"returns": "float",
1627-
"documentation": "Return Float of strums X3 'gfStrums'(2nd Opponent Strums only)."
1627+
"documentation": "Return 'Float' of strums X3 'gfStrums'(2nd Opponent Strums only)."
16281628
},
16291629
"defaultGfStrumY1": {
16301630
"returns": "float",
1631-
"documentation": "Return Float of strums Y1 'gfStrums'(2nd Opponent Strums only)."
1631+
"documentation": "Return 'Float' of strums Y1 'gfStrums'(2nd Opponent Strums only)."
16321632
},
16331633
"defaultGfStrumY2": {
16341634
"returns": "float",
1635-
"documentation": "Return Float of strums Y2 'gfStrums'(2nd Opponent Strums only)."
1635+
"documentation": "Return 'Float' of strums Y2 'gfStrums'(2nd Opponent Strums only)."
16361636
},
16371637
"defaultGfStrumY3": {
16381638
"returns": "float",
1639-
"documentation": "Return Float of strums Y3 'gfStrums'(2nd Opponent Strums only)."
1639+
"documentation": "Return 'Float' of strums Y3 'gfStrums'(2nd Opponent Strums only)."
16401640
},
16411641
"engineversion": {
16421642
"returns": "string",
1643-
"documentation": "return String of DGE Version."
1643+
"documentation": "Return 'String' of DGE Version."
16441644
}
16451645
},
16461646
"events": {

data/dge_1.6.3.12.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@
11451145
},
11461146
"getResolutionWidth": {
11471147
"returns": "number",
1148-
"documentation": "return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
1148+
"documentation": "Return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
11491149
"args": ""
11501150
},
11511151
"getResolutionHeight": {
11521152
"returns": "number",
1153-
"documentation": "return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
1153+
"documentation": "Return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
11541154
"args": ""
11551155
},
11561156
"getBlendFromString": {
@@ -1165,7 +1165,7 @@
11651165
},
11661166
"getCurrentWallpaperPath": {
11671167
"returns": "string",
1168-
"documentation": "return String of wallpaper path",
1168+
"documentation": "Return 'String' of wallpaper path",
11691169
"args": ""
11701170
},
11711171
"debugPrintArray": {
@@ -1185,22 +1185,22 @@
11851185
},
11861186
"getColorFromRGB": {
11871187
"returns": "number",
1188-
"documentation": "return 'Int' or 'Color ID' of from RGB.",
1188+
"documentation": "Return 'Int' or 'Color ID' of from RGB.",
11891189
"args": "R:Int, G:Int, B:Int, A:Int = 255"
11901190
},
11911191
"customCameraExists": {
11921192
"returns": "boolean",
1193-
"documentation": "return 'Bool' if customm camera exists.",
1193+
"documentation": "Return 'Bool' if customm camera exists.",
11941194
"args": "tag:String"
11951195
},
11961196
"customStrumExists": {
11971197
"returns": "boolean",
1198-
"documentation": "return 'Bool' if customm strums/field exists.",
1198+
"documentation": "Return 'Bool' if customm strums/field exists.",
11991199
"args": "tag:String"
12001200
},
12011201
"getWindowProperty": {
12021202
"returns": "boolean",
1203-
"documentation": "return 'Bool' of window property.",
1203+
"documentation": "Return 'Bool' of window property.",
12041204
"args": "type:String = 'x'"
12051205
},
12061206
"centerWindow": {

data/dge_1.6.3.15.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,12 +1145,12 @@
11451145
},
11461146
"getResolutionWidth": {
11471147
"returns": "number",
1148-
"documentation": "return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
1148+
"documentation": "Return 'Int' of monitor width resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.width')'.",
11491149
"args": ""
11501150
},
11511151
"getResolutionHeight": {
11521152
"returns": "number",
1153-
"documentation": "return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
1153+
"documentation": "Return 'Int' of monitor height resolution. Shortcut of 'getPropertyFromClass('openfl.Lib', 'application.application.window.display.bounds.height')'.",
11541154
"args": ""
11551155
},
11561156
"getBlendFromString": {
@@ -1165,7 +1165,7 @@
11651165
},
11661166
"getCurrentWallpaperPath": {
11671167
"returns": "string",
1168-
"documentation": "return String of wallpaper path",
1168+
"documentation": "Return 'String' of wallpaper path",
11691169
"args": ""
11701170
},
11711171
"debugPrintArray": {
@@ -1185,22 +1185,22 @@
11851185
},
11861186
"getColorFromRGB": {
11871187
"returns": "number",
1188-
"documentation": "return 'Int' or 'Color ID' of from RGB.",
1188+
"documentation": "Return 'Int' or 'Color ID' of from RGB.",
11891189
"args": "R:Int, G:Int, B:Int, A:Int = 255"
11901190
},
11911191
"customCameraExists": {
11921192
"returns": "boolean",
1193-
"documentation": "return 'Bool' if customm camera exists.",
1193+
"documentation": "Return 'Bool' if customm camera exists.",
11941194
"args": "tag:String"
11951195
},
11961196
"customStrumExists": {
11971197
"returns": "boolean",
1198-
"documentation": "return 'Bool' if customm strums/field exists.",
1198+
"documentation": "Return 'Bool' if customm strums/field exists.",
11991199
"args": "tag:String"
12001200
},
12011201
"getWindowProperty": {
12021202
"returns": "boolean",
1203-
"documentation": "return 'Bool' of window property.",
1203+
"documentation": "Return 'Bool' of window property.",
12041204
"args": "type:String = 'x'"
12051205
},
12061206
"centerWindow": {

0 commit comments

Comments
 (0)