Execute_RumorTransfer
Description
Transfers a specific rumor from the BaseObject entity to the other entity (Self transfers to Target, Target transfers to Self).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity that holds and passes the rumor. Self transfers to Target, Target transfers to Self. |
| S1 | The Rumor ID to transfer (from RumorTableRowBase). |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Self transfers a specific rumor to Target | Self | RumorTransfer |
| Target transfers a specific rumor to Self | Target | RumorTransfer |