Added new functions to documentation
This commit is contained in:
47
doc/serenity_docs/serenity_api_groups.html
Normal file
47
doc/serenity_docs/serenity_api_groups.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user