Nosql-Development
Support usSupport usGitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Guides
    • Git
    • Node.js
    • pnpm
    • Types
    • VS Code
  • Nosql Banking
    • Shared
      • Functions
      • Functions

On This Page

  • Get vehicle fuel amount
  • Set vehicle fuel amount
Question? Give us feedback → (opens in a new tab)Edit this page
Nosql Banking
Shared

Get vehicle fuel amount

local fuel = Entity(vehicleId).state.fuel

Set vehicle fuel amount

Entity(vehicleId).state.fuel = fuelAmount
Nosql BankingFunctions

Nosql-Development