String Function Category

Functions that deal with string manipulation.



Functions

NameBrief Description
FindSubStringReturns the position of sSubstring in sString.
Get2DAStringRetrieves a string value from a *.2da file on a server.
GetStringByStrRefDetermines translated string by string reference.
GetStringLeftGets a substring from within a string.
GetStringLengthDetermines the length of a string.
GetStringLowerCaseConvert a string to lower case.
GetStringRightGets a substring from within a string.
GetStringUpperCaseConvert string to upper case.
GetSubStringGet a substring from within a string.
InsertStringThis function will insert a string into the destination string at the position indicated by nPosition.
PrintStringRecords a message to the log file.
SendMessageToAllDMsSends a message to all Dungeon Masters on server.
SendMessageToPCSends a message to the PC.
SendMessageToPCByStrRefSend a message to a player
SpeakQuickChatSends a line of text overhead the henchman.
TestStringAgainstPatternReturns whether or not the given text matches the pattern.

See Also

Function Categories



 Send comments on this topic.