WIP
This commit is contained in:
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Abs [RCBasic Doc] </title>
|
<title>Abs [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Abs(n) </h1></p>
|
<p><h2>function Abs(n) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the absolute value of n
|
Returns the absolute value of n
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AccelName$ [RCBasic Doc] </title>
|
<title>AccelName$ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function AccelName$(accel_num) </h1></p>
|
<p><h2>function AccelName$(accel_num) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the name of an accelerometer
|
Returns the name of an accelerometer
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Acos [RCBasic Doc] </title>
|
<title>Acos [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Acos(n) </h1></p>
|
<p><h2>function Acos(n) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the Arcosine of n
|
Returns the Arcosine of n
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ActiveCanvas [RCBasic Doc] </title>
|
<title>ActiveCanvas [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ActiveCanvas() </h1></p>
|
<p><h2>function ActiveCanvas() </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the canvas that drawing commands are currently applied to
|
Returns the canvas that drawing commands are currently applied to
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>actorAnimationIsLooped [RCBasic Doc] </title>
|
<title>actorAnimationIsLooped [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function actorAnimationIsLooped( actor ) </h1></p>
|
<p><h2>function actorAnimationIsLooped( actor ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true if an actors animation is set to looped.
|
Returns true if an actors animation is set to looped.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ActorAnimationIsPlaying [RCBasic Doc] </title>
|
<title>ActorAnimationIsPlaying [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ActorAnimationIsPlaying(actor) </h1></p>
|
<p><h2>function ActorAnimationIsPlaying(actor) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true if an actor is currently playing an animation
|
Returns true if an actor is currently playing an animation
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ActorExists [RCBasic Doc] </title>
|
<title>ActorExists [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ActorExists( actor ) </h1></p>
|
<p><h2>function ActorExists( actor ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ActorIsInTransition [RCBasic Doc] </title>
|
<title>ActorIsInTransition [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ActorIsInTransition( actor ) </h1></p>
|
<p><h2>function ActorIsInTransition( actor ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true if actor is in a transition from its current frame to the frame set in the StartActorTransition() function
|
Returns true if actor is in a transition from its current frame to the frame set in the StartActorTransition() function
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ActorIsSolid [RCBasic Doc] </title>
|
<title>ActorIsSolid [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ActorIsSolid(actor) </h1></p>
|
<p><h2>function ActorIsSolid(actor) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true or false depending on if physics and collision response applies to an actor.
|
Returns true or false depending on if physics and collision response applies to an actor.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ActorIsVisible [RCBasic Doc] </title>
|
<title>ActorIsVisible [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ActorIsVisible( actor ) </h1></p>
|
<p><h2>function ActorIsVisible( actor ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true if an actor is visible
|
Returns true if an actor is visible
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AddActorShadow [RCBasic Doc] </title>
|
<title>AddActorShadow [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub AddActorShadow( actor ) </h1></p>
|
<p><h2>sub AddActorShadow( actor ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Cast a shadow on an actor during lighting calculations
|
Cast a shadow on an actor during lighting calculations
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AddMatrix [RCBasic Doc] </title>
|
<title>AddMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function AddMatrix(mA, mB, mC) </h1></p>
|
<p><h2>function AddMatrix(mA, mB, mC) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Adds matrix mA to matrix mB and stores the results in mC
|
Adds matrix mA to matrix mB and stores the results in mC
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AddMeshBuffer [RCBasic Doc] </title>
|
<title>AddMeshBuffer [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub AddMeshBuffer( mesh, vertex_count, ByRef vertex_data, ByRef normal_data, ByRef uv_data, index_count, ByRef index_data ) </h1></p>
|
<p><h2>sub AddMeshBuffer( mesh, vertex_count, ByRef vertex_data, ByRef normal_data, ByRef uv_data, index_count, ByRef index_data ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets the vertices, normals, and texture coordinates for a mesh
|
Sets the vertices, normals, and texture coordinates for a mesh
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AddSceneSkyBox [RCBasic Doc] </title>
|
<title>AddSceneSkyBox [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub AddSceneSkyBox( img_top, img_bottom, img_left, img_right, img_front, img_back) </h1></p>
|
<p><h2>sub AddSceneSkyBox( img_top, img_bottom, img_left, img_right, img_front, img_back) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Generates a skybox based on the provided images.
|
Generates a skybox based on the provided images.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AddSceneSkyDome [RCBasic Doc] </title>
|
<title>AddSceneSkyDome [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub AddSceneSkyDome( img ) </h1></p>
|
<p><h2>sub AddSceneSkyDome( img ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Adds a sky dome to the scene
|
Adds a sky dome to the scene
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AddSceneSkyDomeEx [RCBasic Doc] </title>
|
<title>AddSceneSkyDomeEx [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub AddSceneSkyDomeEx( img, horiRes, vertRes, txPercentage, spherePercentage, radius) </h1></p>
|
<p><h2>sub AddSceneSkyDomeEx( img, horiRes, vertRes, txPercentage, spherePercentage, radius) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Adds a sky dome to the scene
|
Adds a sky dome to the scene
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AdjointMatrix [RCBasic Doc] </title>
|
<title>AdjointMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function AdjointMatrix(mA, mB) </h1></p>
|
<p><h2>function AdjointMatrix(mA, mB) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Stores the adjoint matrix of mA in mB
|
Stores the adjoint matrix of mA in mB
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AndBit [RCBasic Doc] </title>
|
<title>AndBit [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function AndBit(a,b) </h1></p>
|
<p><h2>function AndBit(a,b) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the bitwise AND operation of 2 numbers
|
Returns the bitwise AND operation of 2 numbers
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Android_GetExternalStoragePath$ [RCBasic Doc] </title>
|
<title>Android_GetExternalStoragePath$ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Android_GetExternalStoragePath$() </h1></p>
|
<p><h2>function Android_GetExternalStoragePath$() </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the designated external storage path
|
Returns the designated external storage path
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Android_GetExternalStorageState [RCBasic Doc] </title>
|
<title>Android_GetExternalStorageState [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Android_GetExternalStorageState() </h1></p>
|
<p><h2>function Android_GetExternalStorageState() </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a bitmask of these values:
|
Returns a bitmask of these values:
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Android_GetInternalStoragePath$ [RCBasic Doc] </title>
|
<title>Android_GetInternalStoragePath$ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Android_GetInternalStoragePath$() </h1></p>
|
<p><h2>function Android_GetInternalStoragePath$() </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the internal storage path
|
Returns the internal storage path
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Android_JNI_Message$ [RCBasic Doc] </title>
|
<title>Android_JNI_Message$ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Android_JNI_Message$(arg$) </h1></p>
|
<p><h2>function Android_JNI_Message$(arg$) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Passes arg$ to the rcbasic_android_interface() method in the java code for your android app. The java method returns a string.
|
Passes arg$ to the rcbasic_android_interface() method in the java code for your android app. The java method returns a string.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorCentralForceLocal [RCBasic Doc] </title>
|
<title>ApplyActorCentralForceLocal [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorCentralForceLocal( actor, x, y, z) </h1></p>
|
<p><h2>sub ApplyActorCentralForceLocal( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies a force to the center of mass of an actor in local coordinate space. This force impacts the linear velocity of the object without affecting its rotation.
|
Applies a force to the center of mass of an actor in local coordinate space. This force impacts the linear velocity of the object without affecting its rotation.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorCentralForceWorld [RCBasic Doc] </title>
|
<title>ApplyActorCentralForceWorld [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorCentralForceWorld( actor, x, y, z) </h1></p>
|
<p><h2>sub ApplyActorCentralForceWorld( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies a force to the center of mass of an actor in world coordinate space. This force impacts the linear velocity of the object without affecting its rotation.
|
Applies a force to the center of mass of an actor in world coordinate space. This force impacts the linear velocity of the object without affecting its rotation.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorCentralImpulseLocal [RCBasic Doc] </title>
|
<title>ApplyActorCentralImpulseLocal [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorCentralImpulseLocal( actor, x, y, z) </h1></p>
|
<p><h2>sub ApplyActorCentralImpulseLocal( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies an impulse directly to the center of mass of an actor. An impulse differs from a continuous force in that it applies an immediate, short-duration change to the velocity of the actor. It affects the linear velocity but does not generate rotational effects (since it's applied to the center of mass).
|
Applies an impulse directly to the center of mass of an actor. An impulse differs from a continuous force in that it applies an immediate, short-duration change to the velocity of the actor. It affects the linear velocity but does not generate rotational effects (since it's applied to the center of mass).
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorCentralImpulseWorld [RCBasic Doc] </title>
|
<title>ApplyActorCentralImpulseWorld [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorCentralImpulseWorld( actor, x, y, z) </h1></p>
|
<p><h2>sub ApplyActorCentralImpulseWorld( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies an impulse directly to the center of mass of an actor. An impulse differs from a continuous force in that it applies an immediate, short-duration change to the velocity of the actor. It affects the linear velocity but does not generate rotational effects (since it's applied to the center of mass).
|
Applies an impulse directly to the center of mass of an actor. An impulse differs from a continuous force in that it applies an immediate, short-duration change to the velocity of the actor. It affects the linear velocity but does not generate rotational effects (since it's applied to the center of mass).
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorDamping [RCBasic Doc] </title>
|
<title>ApplyActorDamping [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorDamping( actor, timeStep) </h1></p>
|
<p><h2>sub ApplyActorDamping( actor, timeStep) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Reduces the velocity of an actor over time, simulating the effect of friction or air resistance.
|
Reduces the velocity of an actor over time, simulating the effect of friction or air resistance.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorForceLocal [RCBasic Doc] </title>
|
<title>ApplyActorForceLocal [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorForceLocal( actor, x, y, z, rel_x, rel_y, rel_z) </h1></p>
|
<p><h2>sub ApplyActorForceLocal( actor, x, y, z, rel_x, rel_y, rel_z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies a force to an actor at a specific point. Unlike ApplyActorCentralForce(local/world), which applies force only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
Applies a force to an actor at a specific point. Unlike ApplyActorCentralForce(local/world), which applies force only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorForceWorld [RCBasic Doc] </title>
|
<title>ApplyActorForceWorld [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorForceWorld( actor, x, y, z, rel_x, rel_y, rel_z) </h1></p>
|
<p><h2>sub ApplyActorForceWorld( actor, x, y, z, rel_x, rel_y, rel_z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies a force to an actor at a specific point. Unlike ApplyActorCentralForce(local/world), which applies force only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
Applies a force to an actor at a specific point. Unlike ApplyActorCentralForce(local/world), which applies force only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ApplyActorImpulseLocal [RCBasic Doc] </title>
|
<title>ApplyActorImpulseLocal [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ApplyActorImpulseLocal( actor, x, y, z, rel_x, rel_y, rel_z) </h1></p>
|
<p><h2>sub ApplyActorImpulseLocal( actor, x, y, z, rel_x, rel_y, rel_z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies an impulse to an actor at a specific point. Unlike ApplyActorCentralImpulse(local/world), which applies impulse only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
Applies an impulse to an actor at a specific point. Unlike ApplyActorCentralImpulse(local/world), which applies impulse only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>applyActorImpulseWorld [RCBasic Doc] </title>
|
<title>applyActorImpulseWorld [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub applyActorImpulseWorld( actor, x, y, z, rel_x, rel_y, rel_z) </h1></p>
|
<p><h2>sub applyActorImpulseWorld( actor, x, y, z, rel_x, rel_y, rel_z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies an impulse to an actor at a specific point. Unlike ApplyActorCentralImpulse(local/world), which applies impulse only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
Applies an impulse to an actor at a specific point. Unlike ApplyActorCentralImpulse(local/world), which applies impulse only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>applyActorTorqueImpulseLocal [RCBasic Doc] </title>
|
<title>applyActorTorqueImpulseLocal [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub applyActorTorqueImpulseLocal( actor, x, y, z) </h1></p>
|
<p><h2>sub applyActorTorqueImpulseLocal( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies an impulse that directly affects the angular velocity of an actor, causing it to rotate. This is similar to applying an impulse, but instead of changing the linear velocity (which applyActorCentralImpulse does), it alters the body's rotational motion (angular velocity) instantaneously.
|
Applies an impulse that directly affects the angular velocity of an actor, causing it to rotate. This is similar to applying an impulse, but instead of changing the linear velocity (which applyActorCentralImpulse does), it alters the body's rotational motion (angular velocity) instantaneously.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>applyActorTorqueImpulseWorld [RCBasic Doc] </title>
|
<title>applyActorTorqueImpulseWorld [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub applyActorTorqueImpulseWorld( actor, x, y, z) </h1></p>
|
<p><h2>sub applyActorTorqueImpulseWorld( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies an impulse that directly affects the angular velocity of an actor, causing it to rotate. This is similar to applying an impulse, but instead of changing the linear velocity (which applyActorCentralImpulse does), it alters the body's rotational motion (angular velocity) instantaneously.
|
Applies an impulse that directly affects the angular velocity of an actor, causing it to rotate. This is similar to applying an impulse, but instead of changing the linear velocity (which applyActorCentralImpulse does), it alters the body's rotational motion (angular velocity) instantaneously.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>applyActorTorqueLocal [RCBasic Doc] </title>
|
<title>applyActorTorqueLocal [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub applyActorTorqueLocal( actor, x, y, z) </h1></p>
|
<p><h2>sub applyActorTorqueLocal( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies a continuous torque to an actor, causing it to accelerate its rotational motion over time. Unlike applyActorTorqueImpulse, which causes an immediate change in angular velocity, this applies a torque force gradually, leading to a continuous rotational effect, similar to applying a force to linear motion.
|
Applies a continuous torque to an actor, causing it to accelerate its rotational motion over time. Unlike applyActorTorqueImpulse, which causes an immediate change in angular velocity, this applies a torque force gradually, leading to a continuous rotational effect, similar to applying a force to linear motion.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>applyActorTorqueWorld [RCBasic Doc] </title>
|
<title>applyActorTorqueWorld [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub applyActorTorqueWorld( actor, x, y, z) </h1></p>
|
<p><h2>sub applyActorTorqueWorld( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Applies a continuous torque to an actor, causing it to accelerate its rotational motion over time. Unlike applyActorTorqueImpulse, which causes an immediate change in angular velocity, this applies a torque force gradually, leading to a continuous rotational effect, similar to applying a force to linear motion.
|
Applies a continuous torque to an actor, causing it to accelerate its rotational motion over time. Unlike applyActorTorqueImpulse, which causes an immediate change in angular velocity, this applies a torque force gradually, leading to a continuous rotational effect, similar to applying a force to linear motion.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ArrayCopy [RCBasic Doc] </title>
|
<title>ArrayCopy [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ArrayCopy(ByRef src, ByRef dst) </h1></p>
|
<p><h2>sub ArrayCopy(ByRef src, ByRef dst) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Copies the contents of src array to dst array
|
Copies the contents of src array to dst array
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ArrayDim [RCBasic Doc] </title>
|
<title>ArrayDim [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ArrayDim(Byref id) </h1></p>
|
<p><h2>function ArrayDim(Byref id) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the number of dimensions in an array
|
Returns the number of dimensions in an array
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ArrayFill [RCBasic Doc] </title>
|
<title>ArrayFill [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ArrayFill(ByRef src, fdata) </h1></p>
|
<p><h2>sub ArrayFill(ByRef src, fdata) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Fills all the elements in an array with the value in fdata
|
Fills all the elements in an array with the value in fdata
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>RCBasic Arrays [RCBasic Doc] </title>
|
<title>RCBasic Arrays [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>ARRAYS </h1></p>
|
<p><h2>ARRAYS </h2></p>
|
||||||
<p>
|
<p>
|
||||||
In complex programs there is often a need to be able to store large amounts of data. It would be unreasonable to have to create a variable for each piece of data we may need to store. This is where an array can come in handy. Arrays are simply ways of using one variable to store multiple different values. You can create arrays of numbers or strings. Look at the following:
|
In complex programs there is often a need to be able to store large amounts of data. It would be unreasonable to have to create a variable for each piece of data we may need to store. This is where an array can come in handy. Arrays are simply ways of using one variable to store multiple different values. You can create arrays of numbers or strings. Look at the following:
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ArraySize [RCBasic Doc] </title>
|
<title>ArraySize [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ArraySize(Byref id, array_dim) </h1></p>
|
<p><h2>function ArraySize(Byref id, array_dim) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the number of elements in the given dimension of an array
|
Returns the number of elements in the given dimension of an array
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Asc [RCBasic Doc] </title>
|
<title>Asc [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Asc(c$) </h1></p>
|
<p><h2>function Asc(c$) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the ASCII value of a character.
|
Returns the ASCII value of a character.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Asin [RCBasic Doc] </title>
|
<title>Asin [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Asin(n) </h1></p>
|
<p><h2>function Asin(n) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the ArcSine of a number.
|
Returns the ArcSine of a number.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Atan [RCBasic Doc] </title>
|
<title>Atan [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Atan(n) </h1></p>
|
<p><h2>function Atan(n) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the ArcTangent of a number.
|
Returns the ArcTangent of a number.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ATan2 [RCBasic Doc] </title>
|
<title>ATan2 [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>Function ATan2(y, x) </h1></p>
|
<p><h2>Function ATan2(y, x) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the ArcTangent of x and y
|
Returns the ArcTangent of x and y
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>AugmentMatrix [RCBasic Doc] </title>
|
<title>AugmentMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function AugmentMatrix(mA, mB, mC) </h1></p>
|
<p><h2>function AugmentMatrix(mA, mB, mC) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Appends the columns of matrix mB onto matrix mA and stores the result in mC.
|
Appends the columns of matrix mB onto matrix mA and stores the result in mC.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Bin$ [RCBasic Doc] </title>
|
<title>Bin$ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Bin$(n) </h1></p>
|
<p><h2>function Bin$(n) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the binary representation of a number.
|
Returns the binary representation of a number.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>BufferFromImage [RCBasic Doc] </title>
|
<title>BufferFromImage [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub BufferFromImage(slot, byref buffer) </h1></p>
|
<p><h2>sub BufferFromImage(slot, byref buffer) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>BufferFromMatrix [RCBasic Doc] </title>
|
<title>BufferFromMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub BufferFromMatrix(ByRef buffer, mA) </h1></p>
|
<p><h2>sub BufferFromMatrix(ByRef buffer, mA) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Saves the matrix mA in an array
|
Saves the matrix mA in an array
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>BufferFromString [RCBasic Doc] </title>
|
<title>BufferFromString [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function BufferFromString(s$, ByRef buffer) </h1></p>
|
<p><h2>function BufferFromString(s$, ByRef buffer) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Stores the byte value of a string into a number buffer
|
Stores the byte value of a string into a number buffer
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Canvas [RCBasic Doc] </title>
|
<title>Canvas [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub Canvas(c_num) </h1></p>
|
<p><h2>sub Canvas(c_num) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets the active canvas for drawing commands to use
|
Sets the active canvas for drawing commands to use
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CanvasClip [RCBasic Doc] </title>
|
<title>CanvasClip [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CanvasClip(x, y, w, h) </h1></p>
|
<p><h2>function CanvasClip(x, y, w, h) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns an image id with a selected portion of the active drawing canvas saved
|
Returns an image id with a selected portion of the active drawing canvas saved
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CanvasIsVisible [RCBasic Doc] </title>
|
<title>CanvasIsVisible [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CanvasIsVisible(c_num) </h1></p>
|
<p><h2>function CanvasIsVisible(c_num) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true if a canvas is shown in the Window
|
Returns true if a canvas is shown in the Window
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CanvasZ [RCBasic Doc] </title>
|
<title>CanvasZ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CanvasZ(c_num) </h1></p>
|
<p><h2>function CanvasZ(c_num) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the Canvas Z Order.
|
Returns the Canvas Z Order.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ChangeDir [RCBasic Doc] </title>
|
<title>ChangeDir [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ChangeDir(p$) </h1></p>
|
<p><h2>sub ChangeDir(p$) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets the working directory that the directory commands use
|
Sets the working directory that the directory commands use
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ChannelIsPaused [RCBasic Doc] </title>
|
<title>ChannelIsPaused [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ChannelIsPaused(channel) </h1></p>
|
<p><h2>function ChannelIsPaused(channel) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true if an audio channel is currently paused
|
Returns true if an audio channel is currently paused
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ChannelIsPlaying [RCBasic Doc] </title>
|
<title>ChannelIsPlaying [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ChannelIsPlaying(channel) </h1></p>
|
<p><h2>function ChannelIsPlaying(channel) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns true if an audio channel is playing
|
Returns true if an audio channel is playing
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CheckSockets [RCBasic Doc] </title>
|
<title>CheckSockets [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CheckSockets(timeout_ms) </h1></p>
|
<p><h2>function CheckSockets(timeout_ms) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Checks all connected sockets for activity. If timeout_ms is greater than 0 than it will wait that many milliseconds. If less than 0 it will wait for over 49 days (hint: there is no reason what so ever to set this less than 0).
|
Checks all connected sockets for activity. If timeout_ms is greater than 0 than it will wait that many milliseconds. If less than 0 it will wait for over 49 days (hint: there is no reason what so ever to set this less than 0).
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Chr$ [RCBasic Doc] </title>
|
<title>Chr$ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Chr$(n) </h1></p>
|
<p><h2>function Chr$(n) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the character with the matching ASCII value n.
|
Returns the character with the matching ASCII value n.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CInt32 [RCBasic Doc] </title>
|
<title>CInt32 [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CInt32(i) </h1></p>
|
<p><h2>function CInt32(i) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a 32-bit signed integer.
|
Returns a 32-bit signed integer.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CInt64 [RCBasic Doc] </title>
|
<title>CInt64 [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CInt64(i) </h1></p>
|
<p><h2>function CInt64(i) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a 64-bit signed integer.
|
Returns a 64-bit signed integer.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Circle [RCBasic Doc] </title>
|
<title>Circle [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub Circle(x,y,radius) </h1></p>
|
<p><h2>sub Circle(x,y,radius) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Draws a circle on the current canvas.
|
Draws a circle on the current canvas.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CircleFill [RCBasic Doc] </title>
|
<title>CircleFill [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub CircleFill(x,y,radius) </h1></p>
|
<p><h2>sub CircleFill(x,y,radius) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Draws a filled circle on the current canvas.
|
Draws a filled circle on the current canvas.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>clearActorForces [RCBasic Doc] </title>
|
<title>clearActorForces [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub clearActorForces( actor) </h1></p>
|
<p><h2>sub clearActorForces( actor) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Resets or clears all the forces and torques that have been applied to a rigid body in the current simulation step. This ensures that any forces, including linear forces and torques, do not accumulate from one simulation step to the next.
|
Resets or clears all the forces and torques that have been applied to a rigid body in the current simulation step. This ensures that any forces, including linear forces and torques, do not accumulate from one simulation step to the next.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClearCanvas [RCBasic Doc] </title>
|
<title>ClearCanvas [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ClearCanvas() </h1></p>
|
<p><h2>sub ClearCanvas() </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Clears the active drawing canvas
|
Clears the active drawing canvas
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClearMatrix [RCBasic Doc] </title>
|
<title>ClearMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ClearMatrix(mA) </h1></p>
|
<p><h2>sub ClearMatrix(mA) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets all elements in a matrix to zero
|
Sets all elements in a matrix to zero
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClearMatrixColumns [RCBasic Doc] </title>
|
<title>ClearMatrixColumns [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ClearMatrixColumns(mA, c, num_cols) </h1></p>
|
<p><h2>function ClearMatrixColumns(mA, c, num_cols) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets all elements in the matrix columns specified to zero.
|
Sets all elements in the matrix columns specified to zero.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClearMatrixRows [RCBasic Doc] </title>
|
<title>ClearMatrixRows [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ClearMatrixRows(mA, r, num_rows) </h1></p>
|
<p><h2>function ClearMatrixRows(mA, r, num_rows) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets all elements in the matrix rows specified to zero.
|
Sets all elements in the matrix rows specified to zero.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClearMouseZone [RCBasic Doc] </title>
|
<title>ClearMouseZone [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ClearMouseZone() </h1></p>
|
<p><h2>sub ClearMouseZone() </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Removes the previously set mouse zone from the window
|
Removes the previously set mouse zone from the window
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClearStack_N [RCBasic Doc] </title>
|
<title>ClearStack_N [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ClearStack_N( num_stack ) </h1></p>
|
<p><h2>sub ClearStack_N( num_stack ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Removes all elements from the stack
|
Removes all elements from the stack
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClearStack_S [RCBasic Doc] </title>
|
<title>ClearStack_S [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ClearStack_S( str_stack ) </h1></p>
|
<p><h2>sub ClearStack_S( str_stack ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Removes all elements from the stack
|
Removes all elements from the stack
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ClipMatrix [RCBasic Doc] </title>
|
<title>ClipMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ClipMatrix(mA, r, c, num_rows, num_cols, mB) </h1></p>
|
<p><h2>sub ClipMatrix(mA, r, c, num_rows, num_cols, mB) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Copies the specified portion of matrix mA into matrix mB
|
Copies the specified portion of matrix mA into matrix mB
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CloneCanvas [RCBasic Doc] </title>
|
<title>CloneCanvas [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CloneCanvas(c_num, mode) </h1></p>
|
<p><h2>function CloneCanvas(c_num, mode) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a clone of a canvas. Clone canvases are mirrors of the original canvas so when you draw to one it will also be on the other. This is useful for a splitscreen 2d game.
|
Returns a clone of a canvas. Clone canvases are mirrors of the original canvas so when you draw to one it will also be on the other. This is useful for a splitscreen 2d game.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CloseCanvas [RCBasic Doc] </title>
|
<title>CloseCanvas [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>Sub CloseCanvas(c_num) </h1></p>
|
<p><h2>Sub CloseCanvas(c_num) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Closes a canvas
|
Closes a canvas
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CloseFile [RCBasic Doc] </title>
|
<title>CloseFile [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub CloseFile( stream ) </h1></p>
|
<p><h2>sub CloseFile( stream ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Closes a file
|
Closes a file
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CloseWindow [RCBasic Doc] </title>
|
<title>CloseWindow [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub CloseWindow( ) </h1></p>
|
<p><h2>sub CloseWindow( ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Closes the graphics window
|
Closes the graphics window
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Cls [RCBasic Doc] </title>
|
<title>Cls [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub Cls() </h1></p>
|
<p><h2>sub Cls() </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Clears the back buffer on the window
|
Clears the back buffer on the window
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CofactorMatrix [RCBasic Doc] </title>
|
<title>CofactorMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub CofactorMatrix(mA, r, c) </h1></p>
|
<p><h2>sub CofactorMatrix(mA, r, c) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets matrix mA to a cofactor. This will change the original matrix so it is recommended to copy the matrix if you still need the original matrix.
|
Sets matrix mA to a cofactor. This will change the original matrix so it is recommended to copy the matrix if you still need the original matrix.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ColorKey [RCBasic Doc] </title>
|
<title>ColorKey [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ColorKey(img_id, c) </h1></p>
|
<p><h2>sub ColorKey(img_id, c) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Sets the color key for an image
|
Sets the color key for an image
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Command$ [RCBasic Doc] </title>
|
<title>Command$ [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Command$(arg) </h1></p>
|
<p><h2>function Command$(arg) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns command line arguments passed to a program.
|
Returns command line arguments passed to a program.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>RCBasic Comments [RCBasic Doc] </title>
|
<title>RCBasic Comments [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>COMMENTS </h1></p>
|
<p><h2>COMMENTS </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Comments are remarks you can add to your code which will be ignored by the compiler. To make a comment you would use a single quote. Look at the following:
|
Comments are remarks you can add to your code which will be ignored by the compiler. To make a comment you would use a single quote. Look at the following:
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ComputeActorAngularImpulseDenominator [RCBasic Doc] </title>
|
<title>ComputeActorAngularImpulseDenominator [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ComputeActorAngularImpulseDenominator( actor, x, y, z) </h1></p>
|
<p><h2>function ComputeActorAngularImpulseDenominator( actor, x, y, z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Computes a scalar value that represents how an actor will respond to an angular impulse at a given point, taking into account the actor's inertia tensor (which governs how the object resists rotation). This function is particularly useful in calculating the actor's rotational response to an impulse, typically during collision resolution or constraints involving rotation.
|
Computes a scalar value that represents how an actor will respond to an angular impulse at a given point, taking into account the actor's inertia tensor (which governs how the object resists rotation). This function is particularly useful in calculating the actor's rotational response to an impulse, typically during collision resolution or constraints involving rotation.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ComputeActorGyroImpulseLocal [RCBasic Doc] </title>
|
<title>ComputeActorGyroImpulseLocal [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ComputeActorGyroImpulseLocal( actor, dt, ByRef x, ByRef y, ByRef z) </h1></p>
|
<p><h2>sub ComputeActorGyroImpulseLocal( actor, dt, ByRef x, ByRef y, ByRef z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Computes the gyroscopic impulse for an actor in an implicit manner, based on the actor's current angular velocity and inertia. This function is used to simulate the gyroscopic effect—also known as gyroscopic precession—which occurs when a rotating object experiences a torque that causes its axis of rotation to change.
|
Computes the gyroscopic impulse for an actor in an implicit manner, based on the actor's current angular velocity and inertia. This function is used to simulate the gyroscopic effect—also known as gyroscopic precession—which occurs when a rotating object experiences a torque that causes its axis of rotation to change.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ComputeActorGyroImpulseWorld [RCBasic Doc] </title>
|
<title>ComputeActorGyroImpulseWorld [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub ComputeActorGyroImpulseWorld( actor, dt, ByRef x, ByRef y, ByRef z) </h1></p>
|
<p><h2>sub ComputeActorGyroImpulseWorld( actor, dt, ByRef x, ByRef y, ByRef z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Computes the gyroscopic impulse for an actor in an implicit manner, but in this case, it performs the calculation relative to the world frame of reference, rather than the actor’s local frame. This function is used to handle the gyroscopic effects (i.e., gyroscopic precession) of a rotating object when a torque is applied, affecting its axis of rotation.
|
Computes the gyroscopic impulse for an actor in an implicit manner, but in this case, it performs the calculation relative to the world frame of reference, rather than the actor’s local frame. This function is used to handle the gyroscopic effects (i.e., gyroscopic precession) of a rotating object when a torque is applied, affecting its axis of rotation.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ComputeActorImpulseDenominator [RCBasic Doc] </title>
|
<title>ComputeActorImpulseDenominator [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ComputeActorImpulseDenominator( actor, pos_x, pos_y, pos_z, normal_x, normal_y, normal_z) </h1></p>
|
<p><h2>function ComputeActorImpulseDenominator( actor, pos_x, pos_y, pos_z, normal_x, normal_y, normal_z) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Computes a scalar value related to how a rigid body will respond to an applied impulse at a given point. It’s primarily used internally in the physics engine to calculate how an object’s mass, inertia, and shape will affect the outcome of impulses, particularly in collisions or constraints like contact points between objects.
|
Computes a scalar value related to how a rigid body will respond to an applied impulse at a given point. It’s primarily used internally in the physics engine to calculate how an object’s mass, inertia, and shape will affect the outcome of impulses, particularly in collisions or constraints like contact points between objects.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,99 +1,56 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>RCBasic Conditions [RCBasic Doc] </title>
|
<title>RCBasic Conditions [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>CONDITIONS </h1></p>
|
<p><h2>CONDITIONS </h2></p>
|
||||||
<p>
|
<p>
|
||||||
RC BASIC uses the same conventions of other programming languages to control the flow of the program. There are two main ways of getting your program to decide on its next course of action. The most common way is with the <b>IF</b> statement block.
|
RC BASIC uses the same conventions of other programming languages to control the flow of the program. There are two main ways of getting your program to decide on its next course of action. The most common way is with the <b>IF</b> statement block.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p id="rc_code"><code>
|
||||||
If 5 > 6 Then Print "THIS WILL NOT PRINT" ElseIf 5 < 6 Then Print "THIS WILL PRINT" Else Print "THIS ALSO WILL NOT PRINT" End If
|
<span class="rc_keyword">If</span> <span class="rc_number">5</span> > <span class="rc_number">6</span> <span class="rc_keyword">Then</span> <br>
|
||||||
</p>
|
<span class="rc_keyword">Print</span> <span class="rc_string">"THIS WILL NOT PRINT"</span> <br>
|
||||||
|
<span class="rc_keyword">ElseIf</span> <span class="rc_number">5</span> < <span class="rc_number">6</span> <span class="rc_keyword">Then</span> <br>
|
||||||
|
<span class="rc_keyword">Print</span> <span class="rc_string">"THIS WILL PRINT"</span> <br>
|
||||||
|
<span class="rc_keyword">Else</span> <br>
|
||||||
|
<span class="rc_keyword">Print</span> <span class="rc_string">"THIS ALSO WILL NOT PRINT"</span> <br>
|
||||||
|
<span class="rc_keyword">End</span> <span class="rc_keyword">If</span> <br>
|
||||||
|
</code></p>
|
||||||
<p>
|
<p>
|
||||||
The above example does different comparisons and will output text to a console depending on which condition is true.
|
The above example does different comparisons and will output text to a console depending on which condition is true.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The next method of control flow is the <b>SELECT</b> statement block.
|
The next method of control flow is the <b>SELECT</b> statement block.
|
||||||
</p>
|
</p>
|
||||||
|
<p id="rc_code"><code>
|
||||||
|
<span class="rc_keyword">Select</span> <span class="rc_keyword">Case</span> <span class="rc_number">5</span> <br>
|
||||||
|
<span class="rc_keyword">Case</span> <span class="rc_number">6</span> <br>
|
||||||
|
<span class="rc_keyword">Print</span> THIS WILL <span class="rc_keyword">NOT</span> <span class="rc_string">"<span class="rc_keyword">PRINT</span> <br>
|
||||||
|
<span class="rc_keyword">Case</span> <span class="rc_number">5</span> <br>
|
||||||
|
<span class="rc_keyword">Print</span> <span class="rc_string">"THIS WILL PRINT"</span> <br>
|
||||||
|
Default <br>
|
||||||
|
<span class="rc_comment">'Note: Default will be true if every other case is false. </span><br>
|
||||||
|
<span class="rc_comment">' Default is optional and can be excluded if you don't need it </span><br>
|
||||||
|
<span class="rc_keyword">Print</span> <span class="rc_string">"THIS WILL NOT PRINT"</span> <br>
|
||||||
|
<span class="rc_keyword">End</span> <span class="rc_keyword">Select</span> <br>
|
||||||
|
</code></p>
|
||||||
<p>
|
<p>
|
||||||
Select Case 5 Case 6 Print THIS WILL NOT PRINT" Case 5 Print "THIS WILL PRINT" Default 'Note: Default will be true if every other case is false. ' Default is optional and can be excluded if you don't need it Print "THIS WILL NOT PRINT" End Select
|
The above example will compare each case in the block to the <b>SELECT CASE</b>. If the case is equal to the select case then the code in that case will be executed. You can also add multiple values to compare to each <b>CASE</b>.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The above example will compare each case in the block to the <b>SELECT CASE</b>. If the case is equal to the select case then the code in that case will be executed. You can also add multiple values to compare to each <b>CASE</b>. Select Case 5 Case 6 Print THIS WILL NOT PRINT" Case 4, 5 Print "THIS WILL PRINT" Default Print "THIS WILL NOT PRINT" End Select
|
|
||||||
</p>
|
</p>
|
||||||
|
<p id="rc_code"><code>
|
||||||
|
<span class="rc_keyword">Select</span> <span class="rc_keyword">Case</span> <span class="rc_number">5</span> <br>
|
||||||
|
<span class="rc_keyword">Case</span> <span class="rc_number">6</span> <br>
|
||||||
|
<span class="rc_keyword">Print</span> THIS WILL <span class="rc_keyword">NOT</span> <span class="rc_string">"<span class="rc_keyword">PRINT</span> <br>
|
||||||
|
<span class="rc_keyword">Case</span> <span class="rc_number">4</span>, <span class="rc_number">5</span> <br>
|
||||||
|
<span class="rc_keyword">Print</span> <span class="rc_string">"THIS WILL PRINT"</span> <br>
|
||||||
|
Default <br>
|
||||||
|
<span class="rc_keyword">Print</span> <span class="rc_string">"THIS WILL NOT PRINT"</span> <br>
|
||||||
|
<span class="rc_keyword">End</span> <span class="rc_keyword">Select</span> <br>
|
||||||
|
</code></p>
|
||||||
<p>
|
<p>
|
||||||
The above example is mostly the same as the previous example. The difference is that in our second <b>CASE</b> we are comparing both 4 and 5. If either of them are equal to our <b>SELECT</b> argument then the code inside the <b>CASE</b> block will execute.
|
The above example is mostly the same as the previous example. The difference is that in our second <b>CASE</b> we are comparing both 4 and 5. If either of them are equal to our <b>SELECT</b> argument then the code inside the <b>CASE</b> block will execute.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>RCBasic Constants [RCBasic Doc] </title>
|
<title>RCBasic Constants [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>CONTANTS </h1></p>
|
<p><h2>CONSTANTS </h2></p>
|
||||||
<p>
|
<p>
|
||||||
RCBasic has a special type of variable called a constant which can hold an expression. This means it can hold an expression and not determine its value until its used. For example you can have a constant called C that is equal to A + B. Everytime you change the value of A or B, C's value will also change. Because constants hold expressions, any valid expression in RCBasic can be stored in a constant.
|
RCBasic has a special type of variable called a constant which can hold an expression. This means it can hold an expression and not determine its value until its used. For example you can have a constant called C that is equal to A + B. Everytime you change the value of A or B, C's value will also change. Because constants hold expressions, any valid expression in RCBasic can be stored in a constant.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>ConstraintExists [RCBasic Doc] </title>
|
<title>ConstraintExists [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function ConstraintExists( constraint_id ) </h1></p>
|
<p><h2>function ConstraintExists( constraint_id ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>copyActorMaterial [RCBasic Doc] </title>
|
<title>copyActorMaterial [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function copyActorMaterial( actor, material_num) </h1></p>
|
<p><h2>function copyActorMaterial( actor, material_num) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a material id for a copy of an actor's material
|
Returns a material id for a copy of an actor's material
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CopyFile [RCBasic Doc] </title>
|
<title>CopyFile [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub CopyFile(src$, dst$) </h1></p>
|
<p><h2>sub CopyFile(src$, dst$) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Copies the contents of src$ file to a new dst$ file
|
Copies the contents of src$ file to a new dst$ file
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CopyImage [RCBasic Doc] </title>
|
<title>CopyImage [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CopyImage( img_id ) </h1></p>
|
<p><h2>function CopyImage( img_id ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a copy of an image
|
Returns a copy of an image
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>copyMaterial [RCBasic Doc] </title>
|
<title>copyMaterial [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function copyMaterial( smaterial_id) </h1></p>
|
<p><h2>function copyMaterial( smaterial_id) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a copy of a material
|
Returns a copy of a material
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CopyMatrix [RCBasic Doc] </title>
|
<title>CopyMatrix [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>sub CopyMatrix(mA, mB) </h1></p>
|
<p><h2>sub CopyMatrix(mA, mB) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Copies matrix mA to matrix mB
|
Copies matrix mA to matrix mB
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CopyMatrixColumns [RCBasic Doc] </title>
|
<title>CopyMatrixColumns [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CopyMatrixColumns(mA, mB, c, num_cols) </h1></p>
|
<p><h2>function CopyMatrixColumns(mA, mB, c, num_cols) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Copies the specified matrix columns from matrix mA to matrix mB.
|
Copies the specified matrix columns from matrix mA to matrix mB.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CopyMatrixRows [RCBasic Doc] </title>
|
<title>CopyMatrixRows [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CopyMatrixRows(mA, mB, r, num_rows) </h1></p>
|
<p><h2>function CopyMatrixRows(mA, mB, r, num_rows) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Copies the specified matrix rows from matrix mA to matrix mB.
|
Copies the specified matrix rows from matrix mA to matrix mB.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>Cos [RCBasic Doc] </title>
|
<title>Cos [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function Cos(n) </h1></p>
|
<p><h2>function Cos(n) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns the Cosine of an angle
|
Returns the Cosine of an angle
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CreateActorAnimation [RCBasic Doc] </title>
|
<title>CreateActorAnimation [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>Function CreateActorAnimation(actor, start_frame, end_frame, speed) </h1></p>
|
<p><h2>Function CreateActorAnimation(actor, start_frame, end_frame, speed) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CreateAnimatedActor [RCBasic Doc] </title>
|
<title>CreateAnimatedActor [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CreateAnimatedActor( mesh ) </h1></p>
|
<p><h2>function CreateAnimatedActor( mesh ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a new animated actor composed of a mesh
|
Returns a new animated actor composed of a mesh
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CreateBillboardActor [RCBasic Doc] </title>
|
<title>CreateBillboardActor [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CreateBillboardActor( ) </h1></p>
|
<p><h2>function CreateBillboardActor( ) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
Returns a billboard actor
|
Returns a billboard actor
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>CreateConeConstraint [RCBasic Doc] </title>
|
<title>CreateConeConstraint [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function CreateConeConstraint( actorA, rbAFrame_matrix) </h1></p>
|
<p><h2>function CreateConeConstraint( actorA, rbAFrame_matrix) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
The Cone Constraint is a type of joint constraint used to simulate realistic rotational movement between two actors (or between an actor and the world) with specific angular limits. This constraint is especially useful for simulating ball-and-socket joints with some twisting freedom but restricted cone-like movement, such as human shoulders or robotic arms.
|
The Cone Constraint is a type of joint constraint used to simulate realistic rotational movement between two actors (or between an actor and the world) with specific angular limits. This constraint is especially useful for simulating ball-and-socket joints with some twisting freedom but restricted cone-like movement, such as human shoulders or robotic arms.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,81 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<link rel="stylesheet" href="style.css">
|
||||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
|
||||||
body { background-color: #064066; color: #FFFFFF; }
|
|
||||||
a { color: #40bfb8; }
|
|
||||||
a::before {
|
|
||||||
content: "---";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
color: #064066;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rc_number { color: #0b9898; }
|
|
||||||
.rc_string { color: #dd4040; }
|
|
||||||
.rc_keyword { color: #6084a8; font-weight: bold; }
|
|
||||||
.rc_comment { color: #6e716e; }
|
|
||||||
#rc_code { font-family: Consolas,"courier new"; background-color: #2d3335; padding: 2px; font-size: 105%; }
|
|
||||||
|
|
||||||
|
|
||||||
ul, #myUL {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#myUL {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none; /* Safari 3.1+ */
|
|
||||||
-moz-user-select: none; /* Firefox 2+ */
|
|
||||||
-ms-user-select: none; /* IE 10+ */
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box::before {
|
|
||||||
content: "[+]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #40bfb8;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.check-box::before {
|
|
||||||
content: "[-]";
|
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
//color: dodgerblue;
|
|
||||||
color: #40bfb8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nested {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>createConeConstraintEx [RCBasic Doc] </title>
|
<title>createConeConstraintEx [RCBasic Doc] </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><h1>function createConeConstraintEx( actorA, actorB, rbAFrame_matrix, rbBFrame_matrix) </h1></p>
|
<p><h2>function createConeConstraintEx( actorA, actorB, rbAFrame_matrix, rbBFrame_matrix) </h2></p>
|
||||||
<p>
|
<p>
|
||||||
The Cone Constraint is a type of joint constraint used to simulate realistic rotational movement between two actors (or between an actor and the world) with specific angular limits. This constraint is especially useful for simulating ball-and-socket joints with some twisting freedom but restricted cone-like movement, such as human shoulders or robotic arms.
|
The Cone Constraint is a type of joint constraint used to simulate realistic rotational movement between two actors (or between an actor and the world) with specific angular limits. This constraint is especially useful for simulating ball-and-socket joints with some twisting freedom but restricted cone-like movement, such as human shoulders or robotic arms.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user