Progetto H — API Reference API & Scripting Documentation
Static function Server Moderate

Server.GetValue

Gets a value given a key

Syntax

Lua
Server.GetValue(key, fallback)

Parameters

Name Type Default Description
key string Key
fallback any Fallback Value if key doesn't exist

Returns

  • any Value at key or fallback if key doesn't exist