Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FlowControl

Enumerator
Branch 
Break 
Call 
Cond_Branch 
Meta 
Next 
Phi 
Return 
Throw 

Definition at line 3 of file FlowControl.cs.

4{
5 Branch,
6 Break,
7 Call,
9 Meta,
10 Next,
11 [Obsolete("FlowControl.Phi has been deprecated and is not supported.")]
12 Phi,
13 Return,
14 Throw
15}