Skip to content

Commit

Permalink
Add debug.getinfo - Closes #260
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Jun 19, 2021
1 parent 93beb7e commit 7d25bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Added `debug.getinfo` to the Roblox standard library. [(#260)](https://github.com/Kampfkarren/selene/issues/260)

## [0.12.1] - 2021-05-26
### Fixed
- Fixed compile warning about unused variables.
Expand Down
10 changes: 10 additions & 0 deletions selene/src/roblox/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,16 @@ type = "number"
[[DateTime.fromUnixTimestampMillis.args]]
type = "number"

[[debug.info.args]]
type = "any"

[[debug.info.args]]
type = "any"

[[debug.info.args]]
type = "string"
required = false

[[debug.profilebegin.args]]
type = "string"

Expand Down

0 comments on commit 7d25bf3

Please sign in to comment.