Skip to content

Commit eedde86

Browse files
Merge pull request #352 from YoYoGames/develop
14.2 changes
2 parents 952b86d + 1a22f59 commit eedde86

45 files changed

Lines changed: 235 additions & 158 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Manual/.rh/
1+
Manual/.rh/
2+
Adobe_RoboHelp*/
3+
RoboHelp*.exe

Manual/contents/Content.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<title>GameMaker Manual Index</title>
6+
<title>{GameMaker Name} Manual Index</title>
77
<meta name="generator" content="Adobe RoboHelp 2022" />
88
<link rel="stylesheet" href="assets/css/default.css" type="text/css" />
99
<meta name="rh-authors" content="Mark Alexander" />

Manual/contents/Drag_And_Drop/Drag_And_Drop_Index.htm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<title>GML Visual</title>
7-
<meta name="generator" content="Adobe RoboHelp 2020" />
6+
<title>{GML_Visual}</title>
7+
<meta name="generator" content="Adobe RoboHelp 2022" />
88
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
99
<script src="../assets/scripts/main_script.js" type="module"></script>
1010
<meta name="rh-authors" content="Mark Alexander" />
11-
<meta name="topic-comment" content="Page that indexes all the other GML Visualges" />
11+
<meta name="topic-comment" content="Page that indexes all the other GML Visual pages" />
1212
<meta name="rh-index-keywords" content="GML Visual, GameMaker Language" />
1313
<meta name="search-keywords" content="" />
1414
<meta name="robots" content="NOODP" />
1515
</head>
1616
<body>
1717
<!--<div class="body-scroll" style="top: 150px;">-->
18-
<h1><span data-keyref="GML_Visual">GML Visual</span></h1>
18+
<h1><span data-field="title" data-format="default">{GML_Visual}</span></h1>
1919
<p><span data-keyref="GML_Visual">GML Visual</span> is the <strong>visual scripting</strong> method for programming with the <a href="../GameMaker_Language/GameMaker_Language_Index.htm">GameMaker Language</a> (GML). It consists of using <strong>action blocks</strong> to construct game logic in a visual and intuitive way, and is an ideal tool for people who are learning programming, or for people that have a more visual inclination.</p>
2020
<p>The <span data-keyref="GML_Visual">GML Visual</span> section of the manual is split into the following sections:</p>
2121
<ul class="colour">
22-
<li><a href="Drag_And_Drop_Overview/DnD_Overview.htm">Overview</a></li>
23-
<li><a href="Drag_And_Drop_Reference/DnD_Reference.htm">Reference</a></li>
22+
<li><a data-xref="{title}" href="Drag_And_Drop_Overview/DnD_Overview.htm">GML Visual Overview</a></li>
23+
<li><a data-xref="{title}" href="Drag_And_Drop_Reference/DnD_Reference.htm">GML Visual Reference</a></li>
2424
</ul>
2525
<p> </p>
2626
<p> </p>
2727
<div class="footer">
2828
<div class="buttons">
2929
<div class="clear">
3030
<div style="float:left">Back: <a data-xref="{title}" href="../GameMaker_Language.htm">GameMaker Language</a></div>
31-
<div style="float:right">Next: <a data-xref="{title}" href="Drag_And_Drop_Index.htm">GML Visual</a></div>
31+
<div style="float:right">Next: <a data-xref="{title}" href="../GameMaker_Language/GameMaker_Language_Index.htm">GML Code</a></div>
3232
</div>
3333
</div>
34-
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2022 All Rights Reserved</span></h5>
34+
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2025 All Rights Reserved</span></h5>
3535
</div>
3636
<!-- KEYWORDS
3737
GML Visual-->

Manual/contents/Drag_And_Drop/Drag_And_Drop_Overview/DnD_Overview.htm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<title>GML Visual​​​​​​​ Overview</title>
6+
<title>{GML_Visual}​​​​​​​ Overview</title>
77
<meta name="generator" content="Adobe RoboHelp 2022" />
88
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
99
<script src="../../assets/scripts/main_script.js" type="module"></script>
@@ -14,9 +14,9 @@
1414
</head>
1515
<body>
1616
<!--<div class="body-scroll" style="top: 150px;">-->
17-
<h1><span data-keyref="GML_Visual">GML Visual</span> Overview</h1>
17+
<h1><span data-field="title" data-format="default">GML Visual Overview</span></h1>
1818
<p><span data-keyref="GML_Visual">GML Visual</span> is a visual scripting tool that can be used to create your games without actually typing any code. That&#39;s not to say that you aren&#39;t programming code when you use <span data-keyref="GML_Visual">GML Visual</span>, as you are, only that your code is created and presented in a visual way using &quot;blocks&quot; of <strong>actions </strong>rather than text. Actions are simple <a class="glossterm" data-glossterm="expression" href="#">expression</a><span class="glossextra">s</span> or <a class="glossterm" data-glossterm="statement" href="#">statement</a><span class="glossextra">s</span> that can be &quot;chained&quot; together to have an instance of an object do something when placed in a room. For example, you could have an action in a <strong>Create Event</strong> to move an instance in a random direction, and another action in a <strong>Collision Event</strong> to make it bounce off the things it collides with (for more information on the different events available and how they work together see the section on <a href="../../The_Asset_Editors/Object_Properties/Object_Events.htm">Object Events</a>).</p>
19-
<p><img alt="GML Visual Overview Screen" class="center" src="../../assets/Images/Scripting_Reference/Drag_And_Drop/Overview/DnD_Overview_Main.png" />The image above shows a typical object open on a <a href="../../Introduction/Workspaces.htm">workspace</a> to be edited. It has an &quot;Event&quot; window and a &quot;Code&quot; window chained to it, and in the code window you can see where we have constructed our GML Visual. Let&#39;s look a bit closer at this window and see what options are available to us:</p>
19+
<p><img alt="GML Visual Overview Screen" class="center" src="../../assets/Images/Scripting_Reference/Drag_And_Drop/Overview/DnD_Overview_Main.png" />The image above shows a typical object open on a <a href="../../Introduction/Workspaces.htm">workspace</a> to be edited. It has an &quot;Event&quot; window and a &quot;Code&quot; window chained to it, and in the code window you can see where we have constructed our <span data-keyref="GML_Visual">GML Visual</span>. Let&#39;s look a bit closer at this window and see what options are available to us:</p>
2020
<p><img alt="GML Visual Properties Screen" class="center" src="../../assets/Images/Scripting_Reference/Drag_And_Drop/Overview/DnD_Overview_Properties.png" />Below you can find more information on each of the sections shown:</p>
2121
<p><a class="dropspot" data-rhwidget="DropSpot" data-target="drop-down" href="#">Event Tabs</a></p>
2222
<div class="droptext" data-targetname="drop-down">
@@ -38,7 +38,7 @@ <h1><span data-keyref="GML_Visual">GML Visual</span> Overview</h1>
3838
</div>
3939
<p><a class="dropspot" data-rhwidget="DropSpot" data-target="drop-down3" href="#">Toolbox</a></p>
4040
<div class="droptext" data-targetname="drop-down3">
41-
<p class="dropspot">The <strong>toolbox </strong>is where all the GML Visual actions are stored, with different sections holding collections (libraries) of actions that are similar or related. Each collection of actions is related to a specific theme or common purpose and you simply click <img alt="LMB Icon" class="icon" height="24" src="../../assets/Images/Icons/Icon_LMB.png" width="21" /> and drag the required action from the toolbox into the action block workspace to add it to the current event. To make things simpler - as there are a lot of actions - you can use the &quot;Search&quot; bar at the top to search for a specific action or to filter the visible actions (type &quot;draw&quot; for example to get all the drawing actions), and you can also click <img alt="LMB Icon" class="icon" height="24" src="../../assets/Images/Icons/Icon_LMB.png" width="21" /> and drag icons from any library into your <strong>Favourites</strong> folder to keep commonly used actions together. This is particularly useful if there are certain things you&#39;ll be doing again and again. The favourites folder can be cleared by clicking the small &quot;bin&quot; icon.</p>
41+
<p class="dropspot">The <strong>toolbox </strong>is where all the <span data-keyref="GML_Visual">GML Visual</span> actions are stored, with different sections holding collections (libraries) of actions that are similar or related. Each collection of actions is related to a specific theme or common purpose and you simply click <img alt="LMB Icon" class="icon" height="24" src="../../assets/Images/Icons/Icon_LMB.png" width="21" /> and drag the required action from the toolbox into the action block workspace to add it to the current event. To make things simpler - as there are a lot of actions - you can use the &quot;Search&quot; bar at the top to search for a specific action or to filter the visible actions (type &quot;draw&quot; for example to get all the drawing actions), and you can also click <img alt="LMB Icon" class="icon" height="24" src="../../assets/Images/Icons/Icon_LMB.png" width="21" /> and drag icons from any library into your <strong>Favourites</strong> folder to keep commonly used actions together. This is particularly useful if there are certain things you&#39;ll be doing again and again. The favourites folder can be cleared by clicking the small &quot;bin&quot; icon.</p>
4242
<p class="dropspot">For a complete list of the actions available, as well as what arguments they take and how they can be chained, please see the <a data-xref="{title}" href="../Drag_And_Drop_Reference/DnD_Reference.htm">GML Visual Reference</a> section.</p>
4343
<p class="dropspot">You can use the right mouse button <img alt="LMB Icon" class="icon" height="24" src="../../assets/Images/Icons/Icon_LMB.png" width="21" /> on any action in the toolbox to open the following menu:</p>
4444
<p class="dropspot"><img alt="Toolbox RMB Menu" class="center" src="../../assets/Images/Scripting_Reference/Drag_And_Drop/Overview/DnD_Toolbox_RMB_Menu.png" /></p>
@@ -48,7 +48,7 @@ <h1><span data-keyref="GML_Visual">GML Visual</span> Overview</h1>
4848
<li class="dropspot"><b>Make </b>/ <strong>Remove Favourite</strong>: This will add or remove the action to the <strong>Favourites</strong> library at the top of the toolbox. This library is where you can create a custom group of actions that you use regularly, reducing the amount of time needed to look for them in their actual libraries.</li>
4949
<li class="dropspot"><strong>Clear Favourites</strong>: Selecting this will remove all actions from the Favourites library.</li>
5050
<li class="dropspot"><strong>Clear Recently Used</strong>: Selecting this will remove all actions from the Recently Used library.</li>
51-
<li class="dropspot"><strong>Collapse All</strong>: This option will collapse all the GML Visual libraries so that only the library titles are visible, and not the action nodes. Each library can be expanded again by clicking on them.</li>
51+
<li class="dropspot"><strong>Collapse All</strong>: This option will collapse all the <span data-keyref="GML_Visual">GML Visual</span> libraries so that only the library titles are visible, and not the action nodes. Each library can be expanded again by clicking on them.</li>
5252
</ul>
5353
<p class="dropspot"> </p>
5454
</div>
@@ -71,7 +71,7 @@ <h1><span data-keyref="GML_Visual">GML Visual</span> Overview</h1>
7171
<div style="float:right">Next: <a href="../Drag_And_Drop_Reference/DnD_Reference.htm">GML Visual Reference</a> </div>
7272
</div>
7373
</div>
74-
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2024 All Rights Reserved</span></h5>
74+
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2025 All Rights Reserved</span></h5>
7575
</div>
7676
<!-- KEYWORDS
7777
GML Visual Overview

Manual/contents/Drag_And_Drop/Drag_And_Drop_Reference/DnD_Reference.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<title>GML Visual​​​​​​​ Reference</title>
6+
<title>{GML_Visual}​​​​​​​ Reference</title>
77
<meta name="generator" content="Adobe RoboHelp 2022" />
88
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
99
<script src="../../assets/scripts/main_script.js" type="module"></script>
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<!--<div class="body-scroll" style="top: 150px;">-->
17-
<h1><span data-keyref="GML_Visual">GML Visual</span> Reference</h1>
17+
<h1><span data-field="title" data-format="default">GML Visual Reference</span></h1>
1818
<p>This section of the manual lists all the different actions available to you when using <a data-xref="{title}" href="../Drag_And_Drop_Index.htm">GML Visual</a> to program your game. Below you can find each of the different <strong>Action Libraries</strong> available to you from the object <span data-keyref="GML_Visual">GML Visual</span> <a href="../Drag_And_Drop_Overview/DnD_Overview.htm">Toolbox</a>, and within each library section the individual actions are explained, along with examples of use.</p>
1919
<ul class="colour">
2020
<li><a href="Common/Common_Actions_Library.htm">Common Actions</a></li>

Manual/contents/GameMaker_Language.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta name="rh-authors" content="Gurpreet S. Matharoo" />
1313
</head>
1414
<body>
15-
<h1 id="h">GameMaker Language</h1>
15+
<h1 id="h"><span data-field="title" data-format="default">GameMaker Language</span></h1>
1616
<p>You can use GameMaker Language to program your games in two different ways: by placing blocks to &quot;write&quot; code visually, or by writing code manually.</p>
1717
<p>The first option, <a data-xref="{title}" href="Drag_And_Drop/Drag_And_Drop_Index.htm">GML Visual</a>, is best suited for beginners and hobbyists who want to get started making their own games quickly.</p>
1818
<p>The second option, <a data-xref="{title}" href="GameMaker_Language/GameMaker_Language_Index.htm">GML Code</a>, allows you to harness the full power of GameMaker Language by writing your code manually.</p>
@@ -49,7 +49,7 @@ <h2><span data-keyref="GML_Code">GML Code</span></h2>
4949
<div> </div>
5050
</div>
5151
</div>
52-
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2024 All Rights Reserved</span></h5>
52+
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2025 All Rights Reserved</span></h5>
5353
</div>
5454
</body>
5555
</html>

Manual/contents/GameMaker_Language/GML_Overview/Expressions_And_Operators.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2 id="operators">Operators</h2>
138138
<div class="droptext" data-targetname="drop-down9">
139139
<p class="dropspot">The following <strong>unary</strong> operators are provided:</p>
140140
<ul class="dropspotlist">
141-
<li class="dropspot"><span class="inline2"><strong>!</strong></span>: boolean &quot;not&quot;, so <span class="inline2">!true&nbsp;==&nbsp;false</span></li>
141+
<li class="dropspot"><span class="inline2"><strong>!</strong></span>: boolean &quot;not&quot;, so <span class="inline2">!true == false</span></li>
142142
<li class="dropspot"><span class="inline2"><strong>-</strong></span>: negates the next real or integer value (not valid for strings or booleans)</li>
143143
<li class="dropspot"><span class="inline2"><strong>~</strong></span>: negates the next value bitwise</li>
144144
</ul>

Manual/contents/GameMaker_Language/GML_Overview/GML_Overview.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<title>GML Code Overview</title>
6+
<title>{GML_Code} Overview</title>
77
<meta name="generator" content="Adobe RoboHelp 2022" />
88
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
99
<script src="../../assets/scripts/main_script.js" type="module"></script>
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<!--<div class="body-scroll" style="top: 150px;">-->
17-
<h1><span data-keyref="GML_Code">GML Code</span> Overview</h1>
17+
<h1><span data-field="title" data-format="default">GML Code Overview</span></h1>
1818
<p>This section of the manual contains all the information required to understand and use <span data-keyref="GML_Code">GML Code</span>. The runtime functions in this language can be used to create your games and is added into objects from <a data-xref="{title}" href="../../The_Asset_Editors/Objects.htm">The Object Editor</a>, although it can also be used along with <a data-xref="{title}" href="../../Drag_And_Drop/Drag_And_Drop_Index.htm">GML Visual</a>. Below you can see a typical image of an object with the code editor open on an event:</p>
1919
<p><img alt="Object, Events and Code Overview" class="center" src="../../assets/Images/Scripting_Reference/GML/Overview/Code_Overview_Main.png" />Each event has its own tab in the editor and you can add, edit, or remove code from them at any time (for more information on events see <a data-xref="{title}" href="../../The_Asset_Editors/Object_Properties/Object_Events.htm">Object Events</a>). The code itself must have a basic structure and can contain resource indices, variables, functions, expressions, keywords, etc. all of which are explained in the sections below. If you are a novice to programming or making the switch from <a data-xref="{title}" href="../../Drag_And_Drop/Drag_And_Drop_Index.htm">GML Visual</a>, it is recommended that you start with the page on <a data-xref="{title}" href="Basic_Code_Structure.htm">Basic Code Structure</a> and then read through all the other pages in this section, testing code from each one within <span data-keyref="GameMaker Name">GameMaker</span> itself.</p>
2020
<p>You can use <a href="../../Setting_Up_And_Version_Information/IDE_Preferences/Feather_Settings.htm">Feather</a> for intelligent code completion and error reporting in your <span data-keyref="GML_Code">GML Code</span> scripts.</p>
@@ -78,7 +78,7 @@ <h3>Advanced</h3>
7878
<div style="float:right">Next: <a data-xref="{title}" href="../GML_Reference/GML_Reference.htm">GML Code Reference</a></div>
7979
</div>
8080
</div>
81-
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2024 All Rights Reserved</span></h5>
81+
<h5><span data-keyref="Copyright Notice">© Copyright YoYo Games Ltd. 2025 All Rights Reserved</span></h5>
8282
</div>
8383
<!-- KEYWORDS
8484
GameMaker Language Overview

0 commit comments

Comments
 (0)