#title Serenity3D [RCBasic Doc]
#header Serenity3D Groups API
Function Serenity_GetGroupCount()
#list ul
#li Returns the number of groups in the current stage
#/list
Function Serenity_GetGroupIndex(group_name$)
#list ul
#li Returns the Serenity Group index from the group name or -1 if group does not exists in current stage
#/list
Function Serenity_GetGroupName$(group_index)
#list ul
#li Returns the group name
#/list