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

◆ HasState

override bool System.Text.ISCIIEncoding.ISCIIEncoder.HasState
getpackage

Definition at line 15 of file ISCIIEncoding.cs.

16 {
17 get
18 {
19 if (charLeftOver == '\0')
20 {
22 }
23 return true;
24 }
25 }