Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bennett-sh committed May 21, 2024
1 parent f90f431 commit e4dd527
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ import { createPatch } from 'quickentity-script';
```
Then call it with the template & blueprint values. Unlike QuickEntity itself, it also supports entering a path instead of a hash.
```ts
const myPatch = createPatch(
'[assembly:/_pro/characters/templates/hero/agent47/agent47.template?/agent47_default.entitytemplate].pc_entitytype',
'[assembly:/_pro/characters/templates/hero/agent47/agent47.template?/agent47_default.entitytemplate].pc_entityblueprint'
);
const myPatch = createPatch(getPath('[assembly:/_pro/characters/templates/hero/agent47/agent47.template?/agent47_default.entitytemplate]'));
```
After you're done building everything you can use the following code to save the file.
```ts
Expand Down

0 comments on commit e4dd527

Please sign in to comment.