Deprecate Actor.IsDisabled

This commit is contained in:
DeadlySurprise
2017-10-07 16:28:47 +02:00
committed by abcdefg30
parent fb74c8351f
commit 80bf36e1a8

View File

@@ -329,6 +329,9 @@ namespace OpenRA
health.Kill(this, attacker);
}
/// <summary>
/// DEPRECATED! See <see cref="http://bugs.openra.net/10237"/>. Use conditional traits and IsTraitDisabled instead.
/// </summary>
public bool IsDisabled()
{
// PERF: Avoid LINQ.