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

Difference between revisions of "DP TE SMALLFLASH"

From Quake Wiki

(New page: Builtin definitions: <pre> void(vector org) te_smallflash = #416; </pre> Temp entity definitions: <pre> float TE_SMALLFLASH = 72; </pre> Protocol: <pre> vector origin </pre> Creates a s...)
 
 
Line 15: Line 15:
  
 
Creates a small light flash (radius 200, time 0.2).
 
Creates a small light flash (radius 200, time 0.2).
 +
[[Category:DarkPlaces]]

Latest revision as of 02:25, 25 March 2013

Builtin definitions:

void(vector org) te_smallflash = #416;

Temp entity definitions:

float TE_SMALLFLASH = 72;

Protocol:

vector origin

Creates a small light flash (radius 200, time 0.2).