post
🔍 Prototype
ipc.post(hwnd, code)📝 Paramètres
Paramètre
Type
Description
🔙 Retour
Type
Description
📌 Exemple
local hwnd = window.getByTeamData(global.teamNumber(), 3)
if hwnd ~= nil then
ipc.post(hwnd, 'memory.set("key", 1000)')
endMis à jour