Page 1 of 1
killed by -widget
Posted: 19 Sep 2009, 21:17
by TradeMark
is there such widget already? or is it even possible to know who killed your commander? (or your last unit, depends on if com ends is on).
every other game has this feature...
it would be cool to see who killed you, also good way to notice teamkillers... without re-replaying 10 times
Re: killed by -widget
Posted: 19 Sep 2009, 22:03
by SirMaverick
TradeMark wrote:is there such widget already? or is it even possible to know who killed your commander? (or your last unit, depends on if com ends is on).
For widgets: Only possible when the attacking unit was within LOS.
Re: killed by -widget
Posted: 19 Sep 2009, 22:12
by TradeMark
oh.. so damages doesnt send playerID...
needs engine changes then :/
Re: killed by -widget
Posted: 20 Sep 2009, 00:44
by NOiZE
or make it a gadget =)
Re: killed by -widget
Posted: 20 Sep 2009, 03:04
by Niobium
UnitDamaged or Spring.GetLastAttacker (Need attacker in radar/los)
Spring.GetUnitTeam (Need unit in radar/los)
Spring.GetTeamInfo (Always passes)
Spring.GetPlayerInfo (Always passes)
Done.