mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Update roblox api status
This commit is contained in:
parent
5e898858ae
commit
734fa5d46d
1 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,15 @@ Currently implemented APIs:
|
|||
- [`GetService`](https://create.roblox.com/docs/reference/engine/classes/ServiceProvider#GetService)
|
||||
- [`FindService`](https://create.roblox.com/docs/reference/engine/classes/ServiceProvider#FindService)
|
||||
|
||||
### `CollectionService`
|
||||
|
||||
Currently implemented APIs:
|
||||
|
||||
- [`AddTag`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#AddTag)
|
||||
- [`GetTags`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#GetTags)
|
||||
- [`HasTag`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#HasTag)
|
||||
- [`RemoveTag`](https://create.roblox.com/docs/reference/engine/classes/CollectionService#RemoveTag)
|
||||
|
||||
## Datatypes
|
||||
|
||||
Currently implemented datatypes:
|
||||
|
|
Loading…
Reference in a new issue