ScoreFlash Show Method ScoreFlash API Documentation V4.6.0
Legacy method - no longer recommended. Use ScoreFlash.Instance.PushLocal(object) (PushLocal(Object)) instead.

Namespace: (Default Namespace)
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

[ObsoleteAttribute("Use ScoreFlash.Instance.PushLocal(object) instead!", 
	true)]
public void Show(
	string text
)
Remarks

This is still called "Show" because you can't have the same method name static and non-static (kind of obvious but I didn't want to introduce a breaking change ... and Push is kind of better for this, anyways because "Show" is too generic).
See Also