Skip to content

RobloxAPI/rbxapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.