Yogstation 13 - Modules - TypesVar Details - Proc Details

/datum/n_scriptOptions

Vars

symbolsscanner - Characters that can be in symbols

Procs

CanStartIDReturns TRUE if the character can start a variable, function, or keyword name (by default letters or an underscore)
IsValidIDReturns TRUE if all the characters in the string are okay to be in an identifier name.
IsValidIDCharReturns TRUE if the character can be in the body of a variable, function, or keyword name (by default letters, numbers, and underscore)

Var Details

symbols

scanner - Characters that can be in symbols

Proc Details

CanStartID

Returns TRUE if the character can start a variable, function, or keyword name (by default letters or an underscore)

IsValidID

Returns TRUE if all the characters in the string are okay to be in an identifier name.

IsValidIDChar

Returns TRUE if the character can be in the body of a variable, function, or keyword name (by default letters, numbers, and underscore)