Summary
Get the Portal component from a registered portal.
- Namespace
- ASL
.PortalSystem - Containing Type
- PortalManager
Syntax
public Portal GetPortal(int portalID)
Parameters
| Name | Type | Description |
|---|---|---|
| portalID | int | Registered portal ID. |
Return Value
| Type | Description |
|---|---|
| Portal | Portal component or null if it isn't registered. |