- Copy the file below into one called
remodel.yml
- In
selene.toml
, replacestd = "roblox"
withstd = "roblox+remodel"
Last active
January 9, 2023 22:50
-
-
Save nezuo/9e8ce700a55e748334d6d77e34d70a74 to your computer and use it in GitHub Desktop.
Remodel standard library for selene
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
base: lua53 | |
globals: | |
json.fromString: | |
args: | |
- type: string | |
json.toString: | |
args: | |
- type: any | |
remodel.createDirAll: | |
args: | |
- type: string | |
remodel.getRawProperty: | |
args: | |
- type: | |
display: Instance | |
- type: string | |
remodel.isDir: | |
args: | |
- type: string | |
remodel.isFile: | |
args: | |
- type: string | |
remodel.readDir: | |
args: | |
- type: string | |
remodel.readFile: | |
args: | |
- type: string | |
remodel.readModelAsset: | |
args: | |
- type: string | |
remodel.readModelFile: | |
args: | |
- type: string | |
remodel.readPlaceAsset: | |
args: | |
- type: string | |
remodel.readPlaceFile: | |
args: | |
- type: string | |
remodel.setRawProperty: | |
args: | |
- type: | |
display: Instance | |
- type: string | |
- type: string | |
- type: any | |
remodel.writeExistingModelAsset: | |
args: | |
- type: | |
display: Instance | |
- type: string | |
remodel.writeExistingPlaceAsset: | |
args: | |
- type: | |
display: Instance | |
- type: string | |
remodel.writeFile: | |
args: | |
- type: string | |
- type: string | |
remodel.writeModelFile: | |
args: | |
- type: | |
display: Instance | |
- type: string | |
remodel.writePlaceFile: | |
args: | |
- type: | |
display: DataModel | |
- type: string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is outdated as of
v0.11.0