ScoreFlashFollow3D Push Method (Object)ScoreFlash API Documentation V4.6.0
Shortcut for pushing messages directly using this ScoreFlashFollow3D 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 msg during
Remarks

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