Sprocket::SetSprocketKey
Defined in:
Sets the sprocket key.
C4Sprockets.h
Prototype
void SetSprocketKey(const char *key);
Parameters
key |
The new sprocket key. This is a string up to 15 bytes in length, not counting the null terminator. |
Description
The SetSprocketKey
function sets the sprocket key to the string specified by the key
parameter. The sprocket key is a string having up to 15 single-byte characters that can be used to identify one or more sprockets in a panel. The initial key for a sprocket is the empty string.
See Also