Tynopia
  • Welcome!
  • Reference
    • 🏎️Rocket Soccer
      • Exports (API Communication)
      • Controls
      • Settings
      • Language
      • Fxmanifest
      • Update
    • 🛷Sled Race
      • Exports
      • Functions
      • Events
      • State Bags
    • Support
Powered by GitBook
On this page
  1. Reference
  2. Sled Race

Exports

All Functions only accessible at server side

Functions

Get the current Round

exports.tynopia_sled:GetRound()

And object of the SledRound class found in the modules/functions/server.lua

Get the current Round

exports.tynopia_sled:GetQueue()

number[] which is a list of all player IDs in the queue

PreviousSled RaceNextFunctions

Last updated 4 months ago

🛷