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