[][src]Crate rbx_reflection

Structs

RbxEnum
RbxInstanceClass
RbxInstanceProperty

Constants

VERSION_BUILD
VERSION_MAJOR
VERSION_MINOR
VERSION_PATCH

Functions

get_classes

Retrieves reflection information for all known classes indexed by name.

get_enums

Retrieves reflection information for all known enum values indexed by name.

try_resolve_value

Attempts to transform an UnresolvedRbxValue property on the given class into a concrete value using reflection information.