Minetest 5.10.0-dev
 
Loading...
Searching...
No Matches
l_particleparams.h File Reference
#include "lua_api/l_particles.h"
#include "lua_api/l_object.h"
#include "lua_api/l_internal.h"
#include "common/c_converter.h"
#include "common/c_content.h"
#include "server.h"
#include "particles.h"
+ Include dependency graph for l_particleparams.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LuaParticleParams
 

Functions

template<typename T >
void LuaParticleParams::readNumericLuaValue (lua_State *L, T &ret)
 
template<typename T , size_t N>
void LuaParticleParams::readNumericLuaValue (lua_State *L, Parameter< T, N > &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, f32Parameter &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, f32 &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, u16 &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, u8 &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, v3fParameter &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, v2fParameter &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, TweenStyle &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, AttractorKind &ret)
 
void LuaParticleParams::readLuaValue (lua_State *L, BlendMode &ret)
 
template<typename T >
void LuaParticleParams::readLuaValue (lua_State *L, RangedParameter< T > &field)
 
template<typename T >
void LuaParticleParams::readLegacyValue (lua_State *L, const char *name, T &field)
 
template<typename T >
void LuaParticleParams::readLegacyValue (lua_State *L, const char *name, RangedParameter< T > &field)
 
template<typename T >
void LuaParticleParams::readTweenTable (lua_State *L, const char *name, TweenedParameter< T > &field)
 
u16 LuaParticleParams::readAttachmentID (lua_State *L, const char *name)
 
void LuaParticleParams::readTexValue (lua_State *L, ServerParticleTexture &tex)