Add Lua documentation details
This commit is contained in:
@@ -80,7 +80,8 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
Self.World.Add(new FlashTarget(Self, color, 0.5f, count, interval, delay));
|
||||
}
|
||||
|
||||
[Desc("The effective owner of the actor.")]
|
||||
[Desc("The effective (displayed) owner of the actor. " +
|
||||
"This may differ from the true owner in some cases, such as disguised actors.")]
|
||||
public Player EffectiveOwner
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user