Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta






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)