get
🔍 Prototype
ipc.get(hwnd, code)📝 Paramètres
Paramètre
Type
Description
🔙 Retour
Type
Description
📌 Exemple
local hwnd = window.getByTeamData(global.teamNumber(), 3)
if hwnd ~= nil then
local id = ipc.get(hwnd, "character.id()")
console.print(id)
endMis à jour