Skip to content

Commit

Permalink
docs: updated docs to reflect owner-visibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Dec 26, 2022
1 parent 6710e7c commit 4b49f75
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/defs/entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Possible values:
* `LIBRG_VISIBLITY_NEVER` - specified entity will be always invisible, regardless of proximity
* `LIBRG_VISIBLITY_ALWAYS` - specified entity will be always visible, regardless of proximity
> Note: For the owner of the entity the entity will remain visible regardless of the visibility setting.
> Note: For the owner of the entity the entity will remain visible unless [owner-to-entity invisibility](#librg_entity_visibility_owner_set) is set.
##### Signature
```c
Expand Down Expand Up @@ -404,7 +404,7 @@ Possible values:
* `LIBRG_VISIBLITY_NEVER` - specified entity will be always invisible, regardless of proximity
* `LIBRG_VISIBLITY_ALWAYS` - specified entity will be always visible, regardless of proximity
> Note: For the owner of the entity the entity will remain visible regardless of the visibility setting.
> Note: For the owner of the entity the entity will remain visible unless [owner-to-entity invisibility](#librg_entity_visibility_owner_set) is set.
##### Signature
```c
Expand Down Expand Up @@ -436,8 +436,6 @@ Possible values:
* `LIBRG_VISIBLITY_NEVER` - specified entity will be always invisible, regardless of proximity
* `LIBRG_VISIBLITY_ALWAYS` - specified entity will be always visible, regardless of proximity
> Note: For the owner of the entity the entity will remain visible regardless of the visibility setting.
##### Signature
```c
int8_t librg_entity_visibility_owner_set(
Expand Down Expand Up @@ -466,8 +464,6 @@ Possible values:
* `LIBRG_VISIBLITY_NEVER` - specified entity will be always invisible, regardless of proximity
* `LIBRG_VISIBLITY_ALWAYS` - specified entity will be always visible, regardless of proximity
> Note: For the owner of the entity the entity will remain visible regardless of the visibility setting.
##### Signature
```c
int8_t librg_entity_visibility_owner_get(
Expand Down

0 comments on commit 4b49f75

Please sign in to comment.