|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| LabelScopeInfo (LabelScopeInfo parent, LabelScopeKind kind) | |
| bool | ContainsTarget (LabelTarget target) |
| bool | TryGetLabelInfo (LabelTarget target, [NotNullWhen(true)] out LabelInfo info) |
| void | AddLabelInfo (LabelTarget target, LabelInfo info) |
Package Attributes | |
| readonly LabelScopeKind | Kind |
| readonly LabelScopeInfo | Parent |
Properties | |
| bool | CanJumpInto [get] |
Private Attributes | |
| HybridReferenceDictionary< LabelTarget, LabelInfo > | _labels |
Definition at line 5 of file LabelScopeInfo.cs.