Deprecate Actor.IsDisabled
This commit is contained in:
committed by
abcdefg30
parent
fb74c8351f
commit
80bf36e1a8
@@ -329,6 +329,9 @@ namespace OpenRA
|
|||||||
health.Kill(this, attacker);
|
health.Kill(this, attacker);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// DEPRECATED! See <see cref="http://bugs.openra.net/10237"/>. Use conditional traits and IsTraitDisabled instead.
|
||||||
|
/// </summary>
|
||||||
public bool IsDisabled()
|
public bool IsDisabled()
|
||||||
{
|
{
|
||||||
// PERF: Avoid LINQ.
|
// PERF: Avoid LINQ.
|
||||||
|
|||||||
Reference in New Issue
Block a user