Skip to content

Commit

Permalink
Merge pull request #24 from rierei/patch-1
Browse files Browse the repository at this point in the history
Fix entityfactory reference
  • Loading branch information
OrfeasZ committed Oct 22, 2020
2 parents 4555aeb + fac69fc commit 7b93102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/vext/guides/entities.md
Expand Up @@ -275,7 +275,7 @@ Now that we know some things about entities and their data let's talk about blue

### Catching blueprints

We can catch blueprints as they are being created similarly to entities, by using the [EntityFactory:CreateFromBlueprint](/vext/ref/shared/hook/entityfactory_createfromblueprint/) hook, as seen below:
We can catch blueprints as they are being created similarly to entities, by using the [EntityFactory:CreateFromBlueprint](/vext/ref/client/hook/entityfactory_createfromblueprint/) hook, as seen below:

```lua
Hooks:Install('EntityFactory:CreateFromBlueprint', 100, function(hookCtx, blueprint, transform, variation, parentRepresentative)
Expand Down

0 comments on commit 7b93102

Please sign in to comment.