ScoreFlash Push Method (Object, )ScoreFlash API Documentation V4.6.0
Shows msg nicely in the given color!

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

public static ScoreMessage Push(
	Object message,
	Color color
)

Parameters

message
Type: OnlineSystem Object
The message to be animated by ScoreFlash. This can be a string, a fully configured custom renderer, an int, long, float, double or any object with a useful ToString() method
color
Type: Color
the color to be used for this message

Return Value

the ScoreMessage representing the message
See Also