变量名 | 类 型 | 静态 | 数组 | 备 注 |
局_register | 类型_寄存器 | | |
局_int_speakObjBase | 整数型 | | |
局_custom_sayStruct | sayStruct | | |
局_register = 程_obj_hookGetSpeakObj.
读值 (程_custom_hookRtnData.返回地址
)局_int_speakObjBase =
getCurSpeakObjBase (局_register.EBX, 3
)局_custom_sayStruct.nick =
getCurObjSpeakInfo (局_int_speakObjBase, 全_custom_yyexternalBase.getParaOfObjNick
)局_custom_sayStruct.imid =
getCurObjSpeakInfo (局_int_speakObjBase, 全_custom_yyexternalBase.getParaOfObjImid
)局_custom_sayStruct.uid =
getCurObjSpeakInfo (局_int_speakObjBase, 全_custom_yyexternalBase.getParaOfObjUid
)局_custom_sayStruct.text =
getCurObjSpeakText (局_register.EBX
)窗口1.编辑框_公屏消息.
加入文本 (“_nick:” + 局_custom_sayStruct.nick +
“(” +
“_imid:” + 局_custom_sayStruct.imid +
“_uid:” + 局_custom_sayStruct.uid +
“) ” +
取文本中间 (时间_转为GMT格式1 (取现行时间 ()), 18, 8
) +
#换行符 ) 窗口1.编辑框_公屏消息.
加入文本 (局_custom_sayStruct.text +
#换行符 )
如果真 (erdogicText (局_custom_sayStruct.text
) = 1
)
窗口1.编辑框_监测消息.
加入文本 (“_nick:” + 局_custom_sayStruct.nick +
“(” +
“_imid:” + 局_custom_sayStruct.imid +
“_uid:” + 局_custom_sayStruct.uid +
“) ” +
取文本中间 (时间_转为GMT格式1 (取现行时间 ()), 18, 8
) +
#换行符 ) 
窗口1.编辑框_监测消息.
加入文本 (局_custom_sayStruct.text +
#换行符 )
如果真 (全_custom_userConfig.isReply = 1
且 局_custom_sayStruct.text =
“1”)
如果真 (erdogicName (局_custom_sayStruct.nick
) = 0
)

判断 (程_obj_sendMessageControl.odlText ≠ 局_custom_sayStruct.nick +
“ ” + 全_custom_userConfig.replyText
)


如果真 (程_obj_sendMessageControl.time.
getTimeDiff ( #秒 ) ≥ 1
)



程_obj_ranks.
压入文本 (局_custom_sayStruct.nick +
“ ” + 全_custom_userConfig.replyText
)



程_obj_sendMessageControl.time.
setCurTime ()



程_obj_sendMessageControl.odlText = 局_custom_sayStruct.nick +
“ ” + 全_custom_userConfig.replyText






判断 (程_obj_sendMessageControl.time.
getTimeDiff ( #秒 ) ≥ 全_custom_userConfig.spaceTime
)


程_obj_ranks.
压入文本 (局_custom_sayStruct.nick +
“ ” + 全_custom_userConfig.replyText
)


程_obj_sendMessageControl.time.
setCurTime ()


程_obj_sendMessageControl.odlText = 局_custom_sayStruct.nick +
“ ” + 全_custom_userConfig.replyText











