Skip to content

Commit

Permalink
forgot to document mainprefix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 2, 2023
1 parent 39b74f6 commit 9bcb92e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions book/rhai/library/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ Returns the project prefix.
```ts
HEMTT.project().prefix(); // "abe"
```

## `mainprefix()`

Returns the project main prefix, empty if not set.

```ts
HEMTT.project().mainprefix(); // "z"
```

0 comments on commit 9bcb92e

Please sign in to comment.