CanViewActor() public method

public CanViewActor ( OpenRA.Actor a ) : bool
a OpenRA.Actor
return bool
示例#1
0
 public bool FogObscures(Actor a)
 {
     return(RenderPlayer != null && !RenderPlayer.CanViewActor(a));
 }