Chi-Tech
material_property_base.cc
Go to the documentation of this file.
1
#include "
material_property_base.h
"
2
3
//###################################################################
4
/** Base class method for pushing lua table.*/
5
void
chi_physics::MaterialProperty::PushLuaTable
(lua_State* L)
const
6
{
7
lua_newtable(L);
8
lua_pushstring(L,
"is_empty"
);
9
lua_pushboolean(L,
true
);
10
lua_settable(L,-3);
11
}
chi_physics::MaterialProperty::PushLuaTable
virtual void PushLuaTable(lua_State *L) const
Definition:
material_property_base.cc:5
material_property_base.h
framework
physics
PhysicsMaterial
material_property_base.cc
Generated by
1.9.3