ScoreFlashLayout Push Method (Object)ScoreFlash API Documentation V4.6.0
Shortcut for pushing messages directly using this ScoreFlashLayout instance.

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

public ScoreMessage Push(
	Object message
)

Parameters

message
Type: OnlineSystem Object
the message to send, could also be a custom renderer (or any object)

Return Value

return the ScoreMessage representing message
Remarks

Calls PushLocal(Object) on defaultScoreFlash (or using the single ScoreFlash instance if defaultScoreFlash wasn't assigned).
See Also