Pioneer
Loading...
Searching...
No Matches
LuaPropertyMap.h
Go to the documentation of this file.
1// Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4#pragma once
5
6#include "LuaObject.h"
7
8class Property;
9
10void pi_lua_generic_pull(lua_State *l, int index, Property &out);
11void pi_lua_generic_push(lua_State *l, const Property &value);
void pi_lua_generic_push(lua_State *l, const Property &value)
Definition LuaPropertyMap.cpp:55
void pi_lua_generic_pull(lua_State *l, int index, Property &out)
Definition LuaPropertyMap.cpp:12
Definition Property.h:73