Background for Fallout 4
Member of the StringUtil script
boolfunctionIsPunctuation(stringasChar)NativeGlobal

Description

Documentation String

Returns true if the given character is punctuation, if more than a character is passed, only the first character is checked


Caveats


Parameters

stringasChar


Examples

Auto-Generated Example

string myString__asChar

bool returnedValue = StringUtil.IsPunctuation(myString__asChar)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.