~~NOTOC~~ <=[[4rpl:start| Index]] ====== ShowADAMessageAtUnit ====== ShowADAMessageAtUnit(<-message <-messageType <-unit) ===== Description ===== Same as ShowADAMessage, except an unit is specified. When the player views the message, indicators show the location of the unit(s) on the map. If ShowADAMessageAtUnit is called repeatedly with the same message key but different units, the additional units also become associated with the message. The messageType is one of: * "ASSESSMENT" : Initial information about map overview. * "ANALYSIS" : Description of map features, locations, objects. * "INFOCACHE" : Message from a retrieved info cache. * "TRANSMISSION" : Message from some transmitting source. * "DATA" : Generic data. ===== Examples ===== ShowADAMessageAtUnit("MyMessage" "ANALYSIS" self) <=[[4rpl:start| Index]]