GetCharMenu Hash

{
"name"		=> string,
"helpText"	=> string,
"timestamp"	=> integer,
"owner"		=> string,
"lastChanged"	=> string,
"changeDiary"	=> encoded string,
"schema"	=> string
"menuType"	=> integer enumeration,
"menuQuery"     => reference to CharMenu Query Hash (if menuType is Query)
"menuSQL"       => reference to CharMenu SQL Hash (if menuType is SQL)
"menuFile"      => reference to CharMenu File Hash (if menuType is File)
}

<-- Back to Table of Contents