Skip to content

OnFogOfWarStale

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnFogOfWarStale( BasePlayer instance )
{
    Puts( "OnFogOfWarStale works!" );
}

Location

  • BasePlayer::OnFogOfWarStale()
csharp
private void OnFogOfWarStale()
{
	BasePlayer.<OnFogOfWarStale>g__ClearFogList|128_0(this.GetFogImageList(BasePlayer.FogMode.Mainland));
	BasePlayer.<OnFogOfWarStale>g__ClearFogList|128_0(this.GetFogImageList(BasePlayer.FogMode.DeepSea));
	Interface.CallHook("OnFogOfWarStale", this);
}

Released under the MIT License.