Template:O LinkedPortalDoor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
{{IO|OnEntityTeleportToMe|Called when an entity exits this linked portal.}}
{{IO|OnEntityTeleportToMe|Called when an entity exits this linked portal.}}
{{IO|OnPlayerTeleportToMe|Called when the player exits this linked portal.}}
{{IO|OnPlayerTeleportToMe|Called when the player exits this linked portal.}}
}}<noinclude>[[Category:FGD Templates|L]]</noinclude>
}}<noinclude>
[[Category:Output Templates|LinkedPortalDoor]]
</noinclude>

Revision as of 21:50, 7 June 2011

LinkedPortalDoor:
OnOpen
Called when the door has started its open animation.
OnClose
Called when the door has started its close animation.
OnEntityTeleportFromMe
Called when an entity enters this linked portal.
OnPlayerTeleportFromMe
Called when the player enters this linked portal.
OnEntityTeleportToMe
Called when an entity exits this linked portal.
OnPlayerTeleportToMe
Called when the player exits this linked portal.