mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Update logicentities.cpp - env_global counter output
This commit is contained in:
parent
ceb6d4d783
commit
12ab0df392
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ BEGIN_DATADESC( CEnvGlobal )
|
|||
DEFINE_INPUTFUNC( FIELD_INTEGER, "AddToCounter", InputAddToCounter ),
|
||||
DEFINE_INPUTFUNC( FIELD_VOID, "GetCounter", InputGetCounter ),
|
||||
|
||||
DEFINE_OUTPUT( m_outCounter, "Counter" ),
|
||||
DEFINE_OUTPUT( m_outCounter, "OnCounter" ),
|
||||
|
||||
END_DATADESC()
|
||||
|
||||
|
|
Loading…
Reference in a new issue