Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
VGFunctions.LSText Member List

This is the complete list of members for VGFunctions.LSText, including all inherited members.

CapString(string _inputStr, int _maxLength=16) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
CharGenerator(int _length, char _char) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
ClampString(string _inputStr, int _maxLength=16, string _end="...") (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
ConvertToTimecode(float time) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
CopyToClipboard(string _text) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
FormatString(string _input) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
GenerateFriendlyKeycodes(List< KeyCode > _keys) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
GetChunks(string value, int chunkSize) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
GetLines(string value, int lineLength) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
randomChar() (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
RandomCharCharacters (defined in VGFunctions.LSText)VGFunctions.LSTextprivatestatic
randomHex(string _current) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
randomNumString(int length) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
RandomStrCharacters (defined in VGFunctions.LSText)VGFunctions.LSTextprivatestatic
randomString(int length) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
RemapToFriendly (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
ReplaceFirstInstance(string source, string find, string replace) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
sb (defined in VGFunctions.LSText)VGFunctions.LSTextprivatestatic
SetStringLength(string _inputStr, int _maxLength=16, string _end="...") (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
SpaceGenerator(int _length, string paddingChar=null) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
SplitToLines(string stringToSplit, int maxLineLength) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic
WordWrap(string _input, int maxCharacters) (defined in VGFunctions.LSText)VGFunctions.LSTextstatic