37 lines
813 B
HTML
37 lines
813 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>Computing things</title>
|
|
<link href="style.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body background="images/back.gif">
|
|
|
|
<!--START-->
|
|
|
|
<h1>Computing things</h1>
|
|
|
|
<i>Game Maker</i> contains a large number of functions to compute certain things. Here is a complete list.
|
|
|
|
|
|
<!--HELPONLY-->
|
|
|
|
<P>
|
|
Information on the GML language can be found in the following pages:
|
|
|
|
<p>
|
|
<blockquote>
|
|
<a href="402_01_constants.html">Constants</a><br>
|
|
<a href="402_02_real.html">Real-valued functions</a><br>
|
|
<a href="402_03_string.html">String handling functions</a><br>
|
|
<a href="402_04_dates.html">Dealing with dates and time</a><br>
|
|
</blockquote>
|
|
|
|
<!--ENDHELPONLY-->
|
|
|
|
|
|
<!--END-->
|
|
|
|
|
|
</body>
|
|
</html> |