Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "DP TE PLASMABURN"

From Quake Wiki

(New page: Builtin definitions: <pre> void(vector org) te_plasmaburn = #433; </pre> Temp entity definitions: <pre> float TE_PLASMABURN = 75; </pre> Protocol: <pre> vector origin </pre> Creates a s...)
 
 
Line 15: Line 15:
  
 
Creates a small light flash (radius 200, time 0.2) and marks the walls.
 
Creates a small light flash (radius 200, time 0.2) and marks the walls.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:25, 25 March 2013

Builtin definitions:

void(vector org) te_plasmaburn = #433;

Temp entity definitions:

float TE_PLASMABURN = 75;

Protocol:

vector origin

Creates a small light flash (radius 200, time 0.2) and marks the walls.