aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/mbb/weichenhebel1.blend
diff options
context:
space:
mode:
authororwell <orwell@bleipb.de>2024-05-24 00:00:12 +0200
committerorwell <orwell@bleipb.de>2024-05-24 00:00:12 +0200
commitf52653209aecb2310c1fb9598391c86113296f27 (patch)
tree2fba34771edf587e21a666ec0c59fce3d03ca937 /assets/blender/mbb/weichenhebel1.blend
parenteb029711534006f73624a64c30f7a8597209ceec (diff)
downloadadvtrains-f52653209aecb2310c1fb9598391c86113296f27.tar.gz
advtrains-f52653209aecb2310c1fb9598391c86113296f27.tar.bz2
advtrains-f52653209aecb2310c1fb9598391c86113296f27.zip
Fix working of the legacy signals under new system
Diffstat (limited to 'assets/blender/mbb/weichenhebel1.blend')
0 files changed, 0 insertions, 0 deletions
opt">: virtual public ScriptApiBase, public ScriptApiNodemeta { public: ScriptApiNode(); virtual ~ScriptApiNode(); bool node_on_punch(v3s16 p, MapNode node, ServerActiveObject *puncher, PointedThing pointed); bool node_on_dig(v3s16 p, MapNode node, ServerActiveObject *digger); void node_on_construct(v3s16 p, MapNode node); void node_on_destruct(v3s16 p, MapNode node); void node_after_destruct(v3s16 p, MapNode node); bool node_on_timer(v3s16 p, MapNode node, f32 dtime); void node_on_receive_fields(v3s16 p, const std::string &formname, const std::map<std::string, std::string> &fields, ServerActiveObject *sender); void node_falling_update(v3s16 p); void node_falling_update_single(v3s16 p); public: static struct EnumString es_DrawType[]; static struct EnumString es_ContentParamType[]; static struct EnumString es_ContentParamType2[]; static struct EnumString es_LiquidType[]; static struct EnumString es_NodeBoxType[]; }; #endif /* S_NODE_H_ */