Luanti
5.11.0-dev
Loading...
Searching...
No Matches
s_client_common.h
Go to the documentation of this file.
1
// Luanti
2
// SPDX-License-Identifier: LGPL-2.1-or-later
3
// Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
4
// Copyright (C) 2017 nerzhul, Loic Blot <loic.blot@unix-experience.fr>
5
// Copyright (C) 2025 grorp
6
7
#pragma once
8
9
#include "
cpp_api/s_base.h
"
10
#include "
util/string.h
"
11
12
class
ScriptApiClientCommon
:
virtual
public
ScriptApiBase
13
{
14
public
:
15
bool
on_formspec_input
(
const
std::string &formname,
const
StringMap
&fields);
16
};
ScriptApiBase
Definition
s_base.h:64
ScriptApiClientCommon
Definition
s_client_common.h:13
ScriptApiClientCommon::on_formspec_input
bool on_formspec_input(const std::string &formname, const StringMap &fields)
Definition
s_client_common.cpp:11
s_base.h
string.h
StringMap
std::unordered_map< std::string, std::string > StringMap
Definition
string.h:66
script
cpp_api
s_client_common.h
Generated on Sat Feb 1 2025 10:20:55 for Luanti by
1.11.0