Untitled Project Documentation
  • Welcome
  • USEFUL INFORMATION
    • 📲Getting started
    • 🧠Examples
      • ⚙️ASCII Art
      • ⚙️Webhook
      • ⚙️Custom Renderer
    • 📋Connections
  • Documentation
    • ⚙️API Reference
      • ⚙️Tables
        • ⚙️Client
        • ⚙️Input
        • ⚙️Window
        • ⚙️Graphics
        • ⚙️Renderer
        • ⚙️Animations
        • ⚙️Math
        • ⚙️Http
        • ⚙️Utils
      • ⚙️Types
        • ⚙️Color
        • ⚙️Vector2D
        • ⚙️Vector3D
        • ⚙️Vector4D
        • ⚙️Vertex
        • ⚙️Rect
      • ⚙️Globals
      • ⚙️Enumerations
Powered by GitBook
On this page
  • Connect (function) :
  • print (function) :
  1. Documentation
  2. ⚙️API Reference

⚙️Globals

Global table (access from anywhere)

Connect (function) :

Connect("OnInterfacePaint", function()
    --Do something!
end)

print (function) :

print("Hello World!")
PreviousRectNextEnumerations

Last updated 11 months ago