Files
QtGameMaker/help/files/408_06_scripts.html
T

37 lines
778 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Scripts</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body background="images/back.gif">
<!--START-->
<h3>Scripts</h3>
The following functions will give you information about a script:
<p>
<blockquote>
<tt><b>script_exists(ind)</b></tt>
Returns whether a script with the given index exists.<br>
<tt><b>script_get_name(ind)</b></tt>
Returns the name of the script with the given index.<br>
<tt><b>script_get_text(ind)</b></tt>
Returns the text string of the script with the given index.<br>
</blockquote>
<p>
<!--END-->
</body>
</html>
<!-- KEYWORDS
script_exists()
script_get_name()
script_get_text()
-->