String Function Category
Functions that deal with string manipulation.
Functions
| Name | Brief Description |
|---|---|
| FindSubString | Returns the position of sSubstring in sString. |
| Get2DAString | Retrieves a string value from a *.2da file on a server. |
| GetStringByStrRef | Determines translated string by string reference. |
| GetStringLeft | Gets a substring from within a string. |
| GetStringLength | Determines the length of a string. |
| GetStringLowerCase | Convert a string to lower case. |
| GetStringRight | Gets a substring from within a string. |
| GetStringUpperCase | Convert string to upper case. |
| GetSubString | Get a substring from within a string. |
| InsertString | This function will insert a string into the destination string at the position indicated by nPosition. |
| PrintString | Records a message to the log file. |
| SendMessageToAllDMs | Sends a message to all Dungeon Masters on server. |
| SendMessageToPC | Sends a message to the PC. |
| SendMessageToPCByStrRef | Send a message to a player |
| SpeakQuickChat | Sends a line of text overhead the henchman. |
| TestStringAgainstPattern | Returns whether or not the given text matches the pattern. |
See Also
Send comments on this topic.