add link

Samkist
2022-05-29 23:20:58 -04:00
parent a415ddbdbe
commit 8e7918c119

@@ -20,7 +20,7 @@ local myFrame = basalt.createFrame("myFirstFrame")
````
## addFrame
Creates a child frame on the frame, the same as basalt.createFrame except the frames are given a parent-child relationship automatically
Creates a child frame on the frame, the same as [basalt.createFrame](https://github.com/Pyroxenium/Basalt/wiki/Frame#basaltcreateframe) except the frames are given a parent-child relationship automatically
#### Parameters:
1. `string` name (should be unique)