mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Added text file for tracking features added as well as notes on them
This commit is contained in:
parent
aaf04febd4
commit
aab73907b1
1 changed files with 9 additions and 0 deletions
9
sp/FeaturesAdded.txt
Normal file
9
sp/FeaturesAdded.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
/**********
|
||||
Glow for Prop_Dynamic
|
||||
**********/
|
||||
Author(s): Jesse Culver
|
||||
Files touched: c_props.cpp, c_props.h, clientmode_shared.cpp, props.cpp, prop.h
|
||||
Notes: Look for //SDK2013CE DynamicPropGlow
|
||||
Based upon code from https://developer.valvesoftware.com/wiki/L4D_Glow_Effect_(2013_SDK)
|
||||
When adding glow to an entity requires both a client side and server side version of the entity.
|
||||
Uses SendPropBool to transmit the state of the glow to client
|
Loading…
Reference in a new issue