Skip to content

Commit

Permalink
Add arguments to NETWORK_FADE_IN_ENTITY
Browse files Browse the repository at this point in the history
  • Loading branch information
niekschoemaker authored Nov 9, 2022
1 parent 4e2826a commit 94e447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NETWORK/NetworkFadeInEntity.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ns: NETWORK

```c
// 0x1F4ED342ACEFE62D 0x9B9FCD02
void NETWORK_FADE_IN_ENTITY(Entity entity, BOOL state);
void NETWORK_FADE_IN_ENTITY(Entity entity, BOOL flash, BOOL slow);
```
Fade the given entity back in, usually used after the entity has been faded out with [NETWORK_FADE_OUT_ENTITY](#_0xDE564951F95E09ED)
Expand Down

0 comments on commit 94e447b

Please sign in to comment.