Skip to content
Kevin Gerken edited this page Jun 25, 2018 · 1 revision

Syntax

leya.get(table, column, row)

Description

Reads a field from the database and returns the value.

Returns

  • String function finished successfully
  • -1 row doesn't exist

Example

playerRank := leya.get("users", "improv3d", "rank")
msgbox, This player is rank %playerRank%
Clone this wiki locally