Summary
Request that the given source portal be linked to the given destination portal.
Both portals must be registered for successful linking.
- Namespace
- ASL
.PortalSystem - Containing Type
- PortalManager
Syntax
public bool RequestLinkPortal(int source, int destination)
Parameters
| Name | Type | Description |
|---|---|---|
| source | int | Portal linking source ID. |
| destination | int | Portal linking destination ID. |
Return Value
| Type | Description |
|---|---|
| bool | Linking success. |