Crates.io | guido_rbx_types |
lib.rs | guido_rbx_types |
version | 1.4.2 |
source | src |
created_at | 2023-01-08 03:02:55.622943 |
updated_at | 2023-01-08 03:02:55.622943 |
description | Types used to represent Roblox values |
homepage | https://github.com/rojo-rbx/rbx-dom |
repository | |
max_upload_size | |
id | 753343 |
size | 104,242 |
More details about this crate are available on the rbx-dom GitHub.
rbx_types is a crate containing value types for interacting with Roblox.
rbx_types contains value types, which are generally evergreen and are added infrequently. These kinds of type are in scope for rbx_types:
Vector3
, Roblox's 3D vector typeNumberSequence
, a series of numbers on a timelineBinaryString
, an opaque buffer of binary dataTags
, a list of CollectionService
tagsrbx_types will not contain instance types. New instances are added to the platform all the time and have more complicated semantics.