diff --git a/docs/docs/reference/sms.md b/docs/docs/reference/sms.md index 8e478a3..bfe92a9 100644 --- a/docs/docs/reference/sms.md +++ b/docs/docs/reference/sms.md @@ -17,11 +17,11 @@ Please do not set `force_remove` to `true`. Thank you. Removes a scene from some scene collection. Returns `true` if successful. -## *Node* get_scene(*String* sname) +### *Node* get_scene(*String* sname) Returns a scene from some scene collection. Returns `null` if no scene with that name was found. -## *Node* get_scene_collection(*CoreTypes.SceneType* type) +### *Node* get_scene_collection(*CoreTypes.SceneType* type) :::danger NEVER change a scene collection's properties or free it! You can CRASH the CORE Framework easily by doing this! ::: @@ -29,11 +29,11 @@ NEVER change a scene collection's properties or free it! You can CRASH the CORE NEVER free a scene yourself! You can CRASH the CORE Framework easily by doing this! ::: Returns a scene collection node. Useful if you want to change the node's position or want direct access to one. -## *Array[Node]* get_scene_collection_list(*CoreTypes.SceneType* type) +### *Array[Node]* get_scene_collection_list(*CoreTypes.SceneType* type) Returns a list of all loaded scenes in some scene collection. -## *int* get_scene_collection_count(*CoreTypes.SceneType* type) +### *int* get_scene_collection_count(*CoreTypes.SceneType* type) Returns the number of loaded scenes in some scene collection. -## *CoresTypes.SceneType* exists(*String* sname) +### *CoresTypes.SceneType* exists(*String* sname) Returns the scene collection a scene is loaded in. Returns `CoreTypes.SceneType.NONE` if no scene with that name has been found.