Skip to content

Commit

Permalink
Add CFrame.lookAlong to the Roblox standard library (#582)
Browse files Browse the repository at this point in the history
Closes: #576

Adds `CFrame.lookAlong` to the Roblox standard library.

---------

Co-authored-by: Chris Chang <51393127+chriscerie@users.noreply.github.com>
  • Loading branch information
Midnightific and chriscerie authored Jan 25, 2024
1 parent 65174d1 commit b803dc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.26.1...HEAD)
### Added
- Added `CFrame.lookAlong` to the Roblox standard library

## [0.26.1](https://github.com/Kampfkarren/selene/releases/tag/0.26.1) - 2023-11-11
### Fixed
Expand Down
10 changes: 10 additions & 0 deletions selene-lib/default_std/roblox_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ globals:
must_use: true
CFrame.identity:
property: read-only
CFrame.lookAlong:
args:
- type:
display: Vector3
- type:
display: Vector3
- required: false
type:
display: Vector3
must_use: true
CFrame.lookAt:
args:
- type:
Expand Down

0 comments on commit b803dc6

Please sign in to comment.