Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 889 Bytes

File metadata and controls

14 lines (10 loc) · 889 Bytes

GoDoc

rbxapi

The rbxapi package is a Go package used to represent information about the Roblox Lua API.

API References

  • rbxapi
    • patch: Used to represent information about differences between Roblox Lua API structures.
    • diff: Provides an implementation of the patch package for the generic rbxapi types.
  • rbxapidump: Implements the rbxapi interface as a codec for the Roblox API dump format.
  • rbxapijson: Implements the rbxapi package as a codec for the Roblox API dump in JSON format.