| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| unsafe void | AllowChar (char value) | 
| unsafe void | ForbidChar (char value) | 
| void | ForbidHtmlCharacters () | 
| unsafe void | ForbidUndefinedCharacters () | 
| unsafe readonly bool | IsCharAllowed (char value) | 
| unsafe readonly bool | IsCodePointAllowed (uint value) | 
Static Private Member Functions | |
| static void | _GetIndexAndOffset (uint value, out nuint index, out int offset) | 
Private Attributes | |
| unsafe fixed uint | Bitmap [2048] | 
Definition at line 8 of file AllowedBmpCodePointsBitmap.cs.