Prop portal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (some editing)
Line 12: Line 12:
* '''Activated'''
* '''Activated'''
: {{boolean}} Is this portal activated at start?
: {{boolean}} Is this portal activated at start?
* '''LinkageGroupID'''
:<interger> Portal pair ID that it belongs to.
==Inputs==
==Inputs==
* {{i targetname}}
* {{i targetname}}
* '''SetName'''
:<string> Naming your portals is fun
* '''SetActivatedState {{boolean}}'''
* '''SetActivatedState {{boolean}}'''
: Set Activated
: Set Activated
* '''Fizzle'''
* '''Fizzle'''
: Fizzle and remove
: Fizzle and remove
* '''NewLocation <?>'''
* '''NewLocation'''
:<string> Sets this portals location and angles. This expects 6 floats with space delimiters, the format is 'x y z pitch yaw roll'.
==Outputs==
==Outputs==
* {{o targetname}}
* {{o targetname}}

Revision as of 15:06, 11 October 2007

Template:Wrongtitle

Entity Description

A prop representing one of the two portals.

Availability

This point entity is exclusive to Portal.

Keyvalues

<boolean> Is this portal an orange portal?
  • Activated
<boolean> Is this portal activated at start?
  • LinkageGroupID
<interger> Portal pair ID that it belongs to.

Inputs

<string> Naming your portals is fun
Set Activated
  • Fizzle
Fizzle and remove
  • NewLocation
<string> Sets this portals location and angles. This expects 6 floats with space delimiters, the format is 'x y z pitch yaw roll'.

Outputs

Fired when portal spawns successfully