Otclient  14/8/2020
luavaluecasts.cpp File Reference
Include dependency graph for luavaluecasts.cpp:

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)
 

Function Documentation

◆ luavalue_cast() [1/5]

bool luavalue_cast ( int  index,
Light light 
)

Definition at line 157 of file luavaluecasts.cpp.

Here is the call graph for this function:

◆ luavalue_cast() [2/5]

bool luavalue_cast ( int  index,
MarketData data 
)

Definition at line 127 of file luavaluecasts.cpp.

Here is the call graph for this function:

◆ luavalue_cast() [3/5]

bool luavalue_cast ( int  index,
Outfit outfit 
)

Definition at line 52 of file luavaluecasts.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ luavalue_cast() [4/5]

bool luavalue_cast ( int  index,
Position pos 
)

Definition at line 95 of file luavaluecasts.cpp.

Here is the call graph for this function:

◆ luavalue_cast() [5/5]

bool luavalue_cast ( int  index,
UnjustifiedPoints unjustifiedPoints 
)

Definition at line 189 of file luavaluecasts.cpp.

Here is the call graph for this function:

◆ push_luavalue() [1/5]

int push_luavalue ( const Light light)

Definition at line 147 of file luavaluecasts.cpp.

Here is the call graph for this function:

◆ push_luavalue() [2/5]

int push_luavalue ( const MarketData data)

Definition at line 109 of file luavaluecasts.cpp.

Here is the call graph for this function:

◆ push_luavalue() [3/5]

int push_luavalue ( const Outfit outfit)

Definition at line 26 of file luavaluecasts.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ push_luavalue() [4/5]

int push_luavalue ( const Position pos)

Definition at line 80 of file luavaluecasts.cpp.

Here is the call graph for this function:

◆ push_luavalue() [5/5]

int push_luavalue ( const UnjustifiedPoints unjustifiedPoints)

Definition at line 169 of file luavaluecasts.cpp.

Here is the call graph for this function: