/datum/n_scriptOptions
Vars | |
symbols | scanner - Characters that can be in symbols |
---|---|
Procs | |
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) |
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)