API Reference
Drawing Library
Drawing shapes and text above the game viewport.
Drawing.new(class: string): DrawingCreates a render object of the given class.
Drawing.Fonts: tableTable of font identifiers available to text objects.
isrenderobj(object: any): booleanReturns whether the value is a render object.
getrenderproperty(object: Drawing, property: string): anyReads a property from a render object.
setrenderproperty(object: Drawing, property: string, value: any): ()Writes a property on a render object.
cleardrawcache(): ()Destroys every render object and clears the cache.