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

◆ EndsUncondJmpBlk()

bool System.Reflection.Emit.OpCode.EndsUncondJmpBlk ( )
inlinepackage

Definition at line 68 of file OpCode.cs.

69 {
70 return (m_flags & 0x1000000) != 0;
71 }

References System.Reflection.Emit.OpCode.m_flags.

Referenced by System.Reflection.Emit.ILGenerator.UpdateStackSize().