安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






CALLSTACK
*FUNCTION [OnGameEvent_player_hurt()] scripts/vscripts/fire_spreads_geeb.nut line [45]
*FUNCTION [__RunEventCallbacks()] unnamed line [211]
*FUNCTION [__RunGameEventCallbacks()] unnamed line [218]
LOCALS
[hot_single] INSTANCE
[event] TABLE
[this] TABLE
[funcName] "OnGameEvent_player_hurt"
[idx] 2
[useTable] TABLE
[bWarnIfMissing] true
[globalTableName] "GameEventCallbacks"
[prefix] "OnGameEvent_"
[params] TABLE
[event] "player_hurt"
[this] TABLE
[params] TABLE
[event] "player_hurt"
[this] TABLE
This is spammed in the console sometimes when a player (survivor) takes damage, or is low on health.
Did you (this addon) do something EXTRA my boi ? ( Looking at you with sussy eyes
if( !("type" in event) )return;
just to reduce error clutter in the console.
You can also use
if((event.type & 268435456) == 268435456)
to include all damage that has burning damage type instead of checking for just fire+burning and burning damage types. It should cover fringe cases, too.
That should probably help those that wonder as well, so it's good to have it documented now.
I think it happens whenever a player gets hurt.
AN ERROR HAS OCCURED [the index 'type' does not exist]
CALLSTACK
*FUNCTION [OnGameEvent_player_hurt()] scripts/vscripts/fire_spreads_geeb.nut line [45]
*FUNCTION [__RunEventCallbacks()] unnamed line [211]
*FUNCTION [__RunGameEventCallbacks()] unnamed line [218]
LOCALS
[hot_single] INSTANCE
[event] TABLE
[this] TABLE
[funcName] "OnGameEvent_player_hurt"
[idx] 2
[useTable] TABLE
[bWarnIfMissing] true
[globalTableName] "GameEventCallbacks"
[prefix] "OnGameEvent_"
[params] TABLE
[event] "player_hurt"
[this] TABLE
[params] TABLE
[event] "player_hurt"
[this] TABLE
In console, might want to take a look at it.
Otherwise banger mod!
Now if only we had a flamethrower...
(I'll see myself out XD)