Prop portal: Difference between revisions
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
Entity Description
A prop representing one of the two portals.
Availability
This point entity is exclusive to Portal.
Keyvalues
- Template:Kv targetname
- Template:Kv angles
- PortalTwo
- <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
- Template:I targetname
- SetName
- <string> Naming your portals is fun
- SetActivatedState <boolean>
- 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
- Template:O targetname
- OnPlacedSuccessfully
- Fired when portal spawns successfully