Skip to content

Commit b803dc6

Browse files
Add CFrame.lookAlong to the Roblox standard library (#582)
Closes: #576 Adds `CFrame.lookAlong` to the Roblox standard library. --------- Co-authored-by: Chris Chang <51393127+chriscerie@users.noreply.github.com>
1 parent 65174d1 commit b803dc6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

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

68
## [0.26.1](https://github.com/Kampfkarren/selene/releases/tag/0.26.1) - 2023-11-11
79
### Fixed

selene-lib/default_std/roblox_base.yml

+10
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ globals:
107107
must_use: true
108108
CFrame.identity:
109109
property: read-only
110+
CFrame.lookAlong:
111+
args:
112+
- type:
113+
display: Vector3
114+
- type:
115+
display: Vector3
116+
- required: false
117+
type:
118+
display: Vector3
119+
must_use: true
110120
CFrame.lookAt:
111121
args:
112122
- type:

0 commit comments

Comments
 (0)