mirror of
https://github.com/lune-org/lune.git
synced 2025-01-05 19:09:10 +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)
|
- [`GetService`](https://create.roblox.com/docs/reference/engine/classes/ServiceProvider#GetService)
|
||||||
- [`FindService`](https://create.roblox.com/docs/reference/engine/classes/ServiceProvider#FindService)
|
- [`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
|
## Datatypes
|
||||||
|
|
||||||
Currently implemented datatypes:
|
Currently implemented datatypes:
|
||||||
|
|
Loading…
Reference in a new issue