TempEnts (SourceMod SDKTools)

From AMWiki

Jump to: navigation, search

TempEnts, also called "temporary entities," "tempentities," or "TEs," are quick graphical displays that are too simple to justify the overhead of a CBaseEntity instantiation or full server-side networkability. In the SDK, they are statically defined instances that can be "played back" to the client by simply sending a copy of its network class properties.

For more information on SourceMod's TempEnt support, see the SDKTools TempEnt Functions writeup.

Contents

[edit] Stocks

Below is a list of the predefined tempent stocks found in sdktools_tempents_stocks.inc. Many of the images are copyrighted by Mani and are from his documentation.

[edit] BeamFollow

BeamFollow
BeamFollow
Name: BeamFollow
Class: CTEBeamFollow
Function: TE_SetupBeamFollow


[edit] BeamLaser

BeamLaser
BeamLaser
Name: BeamLaser
Class: CTEBeamLaser
Function: TE_SetupBeamLaser


[edit] BeamPoints

BeamPoints
BeamPoints
Name: BeamPoints
Class: CTEBeamPoints
Function: TE_SetupBeamPoints


[edit] BeamRing

BeamRing
BeamRing
Name: BeamRing
Class: CTEBeamRing
Function: TE_SetupBeamRing


[edit] BeamRingPoint

BeamRingPoint
BeamRingPoint
Name: BeamRingPoint
Class: CTEBeamRingPoint
Function: TE_SetupBeamRingPoint


[edit] Blood Sprite

Blood Sprite
Blood Sprite
Name: Blood Sprite
Class: CTEBloodSprite
Function: TE_SetupBloodSprite


[edit] Dust

Dust
Dust
Name: Dust
Class: CTEDust
Function: TE_SetupDust


[edit] Energy Splash

Energy Splash
Energy Splash
Name: Energy Splash
Class: CTEEnergySplash
Function: TE_SetupEnergySplash


[edit] Explosion

Explosion
Explosion
Name: Explosion
Class: CTEExplosion
Function: TE_SetupExplosion


[edit] GlowSprite

GlowSprite
GlowSprite
Name: GlowSprite
Class: CTEGlowSprite
Function: TE_SetupGlowSprite


[edit] Metal Sparks

Metal Sparks
Metal Sparks
Name: Metal Sparks
Class: CTEMetalSparks
Function: TE_SetupMetalSparks


[edit] MuzzleFlash

MuzzleFlash
MuzzleFlash
Name: MuzzleFlash
Class: CTEMuzzleFlash
Function: TE_SetupMuzzleFlash


[edit] Smoke

Smoke
Smoke
Name: Smoke
Class: CTESmoke
Function: TE_SetupSmoke


[edit] Sparks

Sparks
Sparks
Name: Sparks
Class: CTESparks
Function: TE_SetupSparks


[edit] Other

Below is a list of tempents of interest which exist but might not have stocks. All images are from the Mani Admin Plugin documentation.


[edit] See Also

Personal tools