set_cargo_transfer_point
Sets or clears a map’s cargo-transfer point.
Function
Synopsis
btech.map.set_cargo_transfer_point( map, point )
Arguments
DbRef|Object map- The BattleTech map.
BtechCargoTransferPoint|nil point- The new point, or
nilto clear it.
A non-nil point requires these fields:
integer x,integer y- A valid hex on the map.
boolean reveal_hint- Whether to reveal the cargo-transfer hint.
Returns
None.