hm_istextcard
This command returns 1, for control cards if it is a string array card, else it returns 0.
Syntax
hm_istextcard entityId
Type
HyperMesh Tcl Query Command
Description
This command returns 1, for control cards if it is a string array card, else it returns 0.
Inputs
- entityId
- The ID of an entity whose control card you wish to evaluate.
Example
0 for non-text cards, or 1 for text string array cards.
A card is a string array card if:
It has exactly three attributes.
Attributes 1 (template tag) and 2 (array size) are integers.
Attribute 3 is an array of strings.