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

◆ HasState

override bool System.Text.ISO2022Encoding.ISO2022Decoder.HasState
getpackage

Definition at line 65 of file ISO2022Encoding.cs.

66 {
67 get
68 {
69 if (bytesLeftOverCount == 0)
70 {
71 return currentMode != ISO2022Modes.ModeASCII;
72 }
73 return true;
74 }
75 }