Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionIsIndexInBlockComment(strings, intindex, stringblockCommentStart="/", stringblockCommentEnd=";")Global

Description

Documentation Comment

is the index in string s between a block comment start and end
requires skse


Caveats


Parameters

strings

intindex

stringblockCommentStart="/"

stringblockCommentEnd=";"


Examples

Auto-Generated Example

string myString__s
int myInt__index
string myString__blockCommentStart
string myString__blockCommentEnd

bool returnedValue = DbMiscFunctions.IsIndexInBlockComment(myString__s, myInt__index, myString__blockCommentStart, myString__blockCommentEnd)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.