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

56 lines
1.2 KiB
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 API </h2></p>
<p>
This API is what allows developers to access objects created in the Serenity3D editor inside RCBasic.
</p>
<p>
'-------SKY------- Function Serenity_GetSkyShape()
</p>
<p>
Function Serenity_GetSkyBox() As Serenity_Sky_Box
</p>
<p>
Function Serenity_GetSkyDome() As Serenity_Sky_Dome
</p>
<p>
Function Serenity_StageHasSky()
</p>
<p>
'-------STAGES------- Function Serenity_GetStageIndex(stage_name$)
</p>
<p>
Function Serenity_GetStageName$(stage_index)
</p>
<p>
Function Serenity_GetStageCount()
</p>
<p>
Sub Serenity_ClearStage()
</p>
<p>
Sub Serenity_LoadStage(stage_name$)
</p>
<p>
Function Serenity_GetCurrentStageIndex()
</p>
<p>
'-------GROUPS------- Function Serenity_GetGroupCount()
</p>
<p>
Function Serenity_GetGroupIndex(group_name$)
</p>
<p>
Function Serenity_GetGroupName$(group_index)
</p>
<p>
</body>
</html>