Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en-us/reference/engine/classes/BasePart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ methods:
type: Vector3
default:
summary: |
A force vector to be applied to the assembly as an impulse.
An angular impulse vector to be applied to the assembly.
returns:
- type: void
summary: ''
Expand Down Expand Up @@ -2386,7 +2386,7 @@ methods:
type: Vector3
default:
summary: |
A force vector to be applied to the assembly as an impulse.
A linear impulse vector to be applied to the assembly.
returns:
- type: void
summary: ''
Expand Down Expand Up @@ -2427,7 +2427,7 @@ methods:
type: Vector3
default:
summary: |
A force vector to be applied to the assembly as an impulse.
An impulse vector to be applied to the assembly.
- name: position
type: Vector3
default:
Expand Down
Loading