mirror of
https://github.com/lune-org/docs.git
synced 2024-12-12 13:00:37 +00:00
5.3 KiB
5.3 KiB
API Status
This is a page indicating the current implementation status for instance methods and datatypes in
the roblox
library.
If an API on a class is not listed here it may not be within the scope for Lune and may not be
implemented in the future.
However, if a recently added datatype is missing, and it can be
used as an instance property, it is likely that it will be implemented.
Classes
Instance
Currently implemented APIs:
new
- note that this does not include the secondparent
argumentAddTag
Clone
Destroy
ClearAllChildren
FindFirstAncestor
FindFirstAncestorOfClass
FindFirstAncestorWhichIsA
FindFirstChild
FindFirstChildOfClass
FindFirstChildWhichIsA
GetAttribute
GetAttributes
GetChildren
GetDescendants
GetFullName
GetTags
HasTag
IsA
IsAncestorOf
IsDescendantOf
RemoveTag
SetAttribute
DataModel
Currently implemented APIs:
Datatypes
Currently implemented datatypes:
Axes
BrickColor
CFrame
Color3
ColorSequence
ColorSequenceKeypoint
Enum
Faces
Font
NumberRange
NumberSequence
NumberSequenceKeypoint
PhysicalProperties
Ray
Rect
Region3
Region3int16
UDim
UDim2
Vector2
Vector2int16
Vector3
Vector3int16
Note that these datatypes are kept as up-to-date as possible, but recently added members & methods may be missing.