From f9ddfcc6e373ab8245ae6fb70737a284c55b3203 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 21 Jun 2017 14:21:07 -0400 Subject: add documentation for getdatatype() --- doc/script_commands.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 34089f767..8b3cebbc2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -8334,6 +8334,30 @@ Example: --------------------------------------- +*getdatatype() + +This command returns the raw type of the given . Unlike +isstr, this command does not evaluate the argument. The returned type +is bitmasked. + +types include: + + DATATYPE_NIL + DATATYPE_STR + DATATYPE_INT + DATATYPE_CONST + DATATYPE_PARAM + DATATYPE_VAR + DATATYPE_LABEL + +Example: + + getdatatype() // DATATYPE_NIL + getdatatype("foo") // DATATYPE_STR + getdatatype(@foo$) // (DATATYPE_VAR | DATATYPE_STR) + +--------------------------------------- + *charisalpha("", ) This function will return true if the character number Position in the given -- cgit v1.2.3-60-g2f50