-
Notifications
You must be signed in to change notification settings - Fork 8
Portal
Vicious Squid edited this page Jun 11, 2026
·
34 revisions
Portals act as windows which the player can step through. Use this to make endless corridors or similar confusing designs.
Also see: portal-specific console commands
Attach to mover-
Portal Target- Name of partner Portal ActiveAngleColorHeightVisibleWidth
Inputs:
-
Enable: Sets active = True and fires OnActivate -
Disable: Sets active = False and fires OnDeactivate -
Toggle: Flips the active state
Outputs:
-
OnPlayerEnter: Fired once per transit when the player passes through -
OnActivate: Fired when the portal is enabled -
OnDeactivate: Fired when the portal is disabled