|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ExceptionHandlerInfo (ExceptionRegionKind kind, LabelHandle tryStart, LabelHandle tryEnd, LabelHandle handlerStart, LabelHandle handlerEnd, LabelHandle filterStart, EntityHandle catchType) | |
Public Attributes | |
| readonly ExceptionRegionKind | Kind |
| readonly LabelHandle | TryStart |
| readonly LabelHandle | TryEnd |
| readonly LabelHandle | HandlerStart |
| readonly LabelHandle | HandlerEnd |
| readonly LabelHandle | FilterStart |
| readonly EntityHandle | CatchType |
Definition at line 42 of file ControlFlowBuilder.cs.