MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetLoopRegType

Method GetLoopRegType

Source/script.cpp:11025–11033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11023}
11024
11025VarSizeType Script::GetLoopRegType(char *aBuf)
11026{
11027 char str[256] = ""; // Set default.
11028 if (mLoopRegItem)
11029 Line::RegConvertValueType(str, sizeof(str), mLoopRegItem->type);
11030 if (aBuf)
11031 strcpy(aBuf, str);
11032 return (VarSizeType)strlen(str);
11033}
11034
11035VarSizeType Script::GetLoopRegKey(char *aBuf)
11036{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected