Go to documentation repository
Page History
...
| Code Block |
|---|
var msg = CreateMsg();
msg.SourceType = "MAP";
msg.Action = "OBJECT_ATTRIBUTE";
msg.SetParam("obj_type", "CAM");
msg.SetParam("obj_id", "1"); // ИдентификаторCamera объектаobject "Камера"identifier.
msg.SetParam("obj_action", "update_sector");
msg.SetParam("c_clr", "#AAFF0000"); // ARGB форматformat. RGB without Можноtransparency простоcan RGBalso безbe прозрачностиused.
DoReact(msg); |
Overview
Content Tools