Skip to content

Commit

Permalink
Improve documentation of customizable_entity_skip_mesh_attributes_int…
Browse files Browse the repository at this point in the history
…erpolation
  • Loading branch information
jyaif committed Apr 7, 2024
1 parent fd33a42 commit 6c8ac64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/APIs/PewPew.md
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ Sets the rotation angle of the mesh of the customizable entity identified by `id
```tsx
pewpew.customizable_entity_skip_mesh_attributes_interpolation(entity_id: EntityId)
```
Skips the interpolation of the mesh's attributes (x, y, z, scale_x, scale_y, scale_z, rotation).
Skips the interpolation of the mesh's attributes (x, y, z, scale_x, scale_y, scale_z, rotation) for one tick. Only applies to the attributes that were set before the call to `customizable_entity_skip_mesh_attributes_interpolation`


---
Expand Down
2 changes: 1 addition & 1 deletion raw_documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@
"return_types": [
],
"func_name":"customizable_entity_skip_mesh_attributes_interpolation",
"comment":"Skips the interpolation of the mesh's attributes (x, y, z, scale_x, scale_y, scale_z, rotation).",
"comment":"Skips the interpolation of the mesh's attributes (x, y, z, scale_x, scale_y, scale_z, rotation) for one tick. Only applies to the attributes that were set before the call to `customizable_entity_skip_mesh_attributes_interpolation`",
"parameters": [
{
"name":"entity_id",
Expand Down

0 comments on commit 6c8ac64

Please sign in to comment.