Skip to content

Commit

Permalink
add missing api
Browse files Browse the repository at this point in the history
  • Loading branch information
James committed Oct 6, 2023
1 parent c1dee4d commit 9343352
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/api/engine/framework/canaryengine.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,24 @@ Gets the global-sided interface of CanaryEngine. Recommended that use this only

---

### ImportPackagesInOrder

Imports the provided packages in chronological order, also allowing for you to import descendants aswell.

**Parameters**

* **importList:** `{ModuleScript}`\
A list of packages to import\

* **importDeep:** `boolean?`\
Whether or not to import the package's descendants, defaults to `false`.

**Returns**

* void

---

### CreateSignal

Creates a new signal that is then given a reference in the signals table. Create a new anonymous signal by leaving the name blank.
Expand Down

0 comments on commit 9343352

Please sign in to comment.