Click or drag to resize

PushdownAutomatonTLabelPush Method

Pushes the current state onto the stack, and transitions to the next state.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Push(
	TLabel nextState
)

Parameters

nextState
Type: TLabel
See Also