aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/industrial/industry_oil_ wagong.blend
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2019-01-09 16:10:56 +0100
committerorwell96 <orwell@bleipb.de>2019-01-09 16:10:56 +0100
commitc3c96274be0c4beeef62a21f226e830d1d72675a (patch)
tree34ff33f99f55399cc2776855161ce513a5204408 /assets/blender/industrial/industry_oil_ wagong.blend
parentb332a31d4886d5699575c933627c91f659ab45b8 (diff)
downloadadvtrains-c3c96274be0c4beeef62a21f226e830d1d72675a.tar.gz
advtrains-c3c96274be0c4beeef62a21f226e830d1d72675a.tar.bz2
advtrains-c3c96274be0c4beeef62a21f226e830d1d72675a.zip
Add "routingcode" property
Used for ARS and stop points
Diffstat (limited to 'assets/blender/industrial/industry_oil_ wagong.blend')
0 files changed, 0 insertions, 0 deletions
an>(L, sender.c_str()); lua_pushstring(L, message.c_str()); runCallbacks(3, RUN_CALLBACKS_MODE_AND); } void ScriptApiModChannels::on_modchannel_signal( const std::string &channel, ModChannelSignal signal) { SCRIPTAPI_PRECHECKHEADER // Get core.registered_on_generateds lua_getglobal(L, "core"); lua_getfield(L, -1, "registered_on_modchannel_signal"); // Call callbacks lua_pushstring(L, channel.c_str()); lua_pushinteger(L, (int)signal); runCallbacks(2, RUN_CALLBACKS_MODE_AND); }