Files
RCBASIC4/doc/serenity_docs/serenity_api_groups.html
2025-08-13 19:20:25 -05:00

47 lines
803 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Serenity3D [RCBasic Doc] </title>
</head>
<body>
<p><h2>Serenity3D Groups API </h2></p>
<p>
<b>Function Serenity_GetGroupCount()</b>
</p>
<ul>
<li>
Returns the number of groups in the current stage
</li>
</ul>
<p>
<br>
</p>
<p>
<b>Function Serenity_GetGroupIndex(group_name$)</b>
</p>
<ul>
<li>
Returns the Serenity Group index from the group name or -1 if group does not exists in current stage
</li>
</ul>
<p>
<br>
</p>
<p>
<b>Function Serenity_GetGroupName$(group_index)</b>
</p>
<ul>
<li>
Returns the group name
</li>
</ul>
<p>
<br>
</p>
<p>
</body>
</html>