Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.
The Message template has been deleted. A list of pages that transclude it are at Valve Developer Community:Message transclusions.
This article's documentation is for anything that uses the Source engine. Click here for more information.

instanced_scripted_scene

From Valve Developer Community
Jump to: navigation, search
Info.png
This entity is not in the FGD by default .
It should not be put directly in a map.
class hierarchy
CInstancedSceneEntity defined in sceneentity.cpp
CSceneEntity
CPointEntity
CBaseEntity

instanced_scripted_scene is a point entity available in all Source Source games. Used to play scenes. Example in Left 4 Dead series when player uses vocalizer.

Keyvalues

Note.pngNote:NetProp is in parentheses not internal keyvalue name as usual
SceneFile (m_iszSceneFile) <string>
Blank image.pngTodo:

Target1 (m_iszTarget1) to Target8 (m_iszTarget8) <targetname>
Blank image.pngTodo:

ResumeSceneFile (m_iszResumeSceneFile) <string>
Blank image.pngTodo:

busyactor (m_BusyActor) <integer>
Blank image.pngTodo:

onplayerdeath (m_iPlayerDeathBehavior) <integer>
Blank image.pngTodo:

Inputs

Start
Blank image.pngTodo:

Pause
Blank image.pngTodo:

Resume
Blank image.pngTodo:

Cancel
Blank image.pngTodo:

CancelAtNextInterrupt
Blank image.pngTodo:

PitchShift <float>
Blank image.pngTodo:

InterjectResponse <string>
Blank image.pngTodo:

StopWaitingForActor
Blank image.pngTodo:

Trigger <integer>
Blank image.pngTodo:

ScriptPlayerDeath
Blank image.pngTodo:

SetTarget1 to SetTarget4<string>
Blank image.pngTodo:

Outputs

OnTrigger1 to OnTrigger16
Blank image.pngTodo:

OnStart
Blank image.pngTodo:

OnCanceled
Blank image.pngTodo:

OnCompletion
Blank image.pngTodo:

See also