Functionsdatabase$hasVarOn this page$hasVar Returns a boolean value indicating whether the specified variable exists or not. Parameters ParameterDescriptionnameName of the variabletableTable (default main) Example <AoiClient>.addCommand({ name: "has", code: ` $print[$hasVar[var]] `,});