#title Serenity3D [RCBasic Doc]
#header Serenity3D Materials API
Function Serenity_GetMaterialIndex(material_name$)
#list ul
#li Returns the Serenity Material Index which is used to access material data in the API
#/list
Function Serenity_GetMaterialID(material_index)
#list ul
#li Returns the RCBasic material ID or -1 if material_index is not valid
#/list
Function Serenity_GetMaterialTextureIndex(material_index, texture_level)
#list ul
#li Returns the Serenity Texture Index which is used to access texture data in the API
#/list