|
Otclient 1.0
14/8/2020
|
#include <framework/luaengine/declarations.h>#include "game.h"#include "global.h"#include "outfit.h"

Go to the source code of this file.
Functions | |
| int | push_luavalue (const Outfit &outfit) |
| bool | luavalue_cast (int index, Outfit &outfit) |
| int | push_luavalue (const Position &pos) |
| bool | luavalue_cast (int index, Position &pos) |
| int | push_luavalue (const MarketData &data) |
| bool | luavalue_cast (int index, MarketData &data) |
| int | push_luavalue (const Light &light) |
| bool | luavalue_cast (int index, Light &light) |
| int | push_luavalue (const UnjustifiedPoints &unjustifiedPoints) |
| bool | luavalue_cast (int index, UnjustifiedPoints &unjustifiedPoints) |
| bool luavalue_cast | ( | int | index, |
| Light & | light | ||
| ) |
| bool luavalue_cast | ( | int | index, |
| MarketData & | data | ||
| ) |
| bool luavalue_cast | ( | int | index, |
| Outfit & | outfit | ||
| ) |
Definition at line 52 of file luavaluecasts.cpp.


| bool luavalue_cast | ( | int | index, |
| Position & | pos | ||
| ) |
| bool luavalue_cast | ( | int | index, |
| UnjustifiedPoints & | unjustifiedPoints | ||
| ) |
| int push_luavalue | ( | const Light & | light | ) |
| int push_luavalue | ( | const MarketData & | data | ) |
| int push_luavalue | ( | const Outfit & | outfit | ) |
Definition at line 26 of file luavaluecasts.cpp.


| int push_luavalue | ( | const Position & | pos | ) |
| int push_luavalue | ( | const UnjustifiedPoints & | unjustifiedPoints | ) |