CanViewActor() public method

public CanViewActor ( OpenRA.Actor a ) : bool
a OpenRA.Actor
return bool
Exemplo n.º 1
0
 public bool FogObscures(Actor a)
 {
     return(RenderPlayer != null && !RenderPlayer.CanViewActor(a));
 }