1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Update usermessage and clientmessage helpers with new messages.

This commit is contained in:
Nicholas Hastings
2014-09-01 11:24:17 -04:00
parent 1c3382c9c6
commit daf8e68cda
2 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,11 @@ CDotaClientMessageHelpers::CDotaClientMessageHelpers()
SETUP_DOTA_MESSAGE( RecordVote );
SETUP_DOTA_MESSAGE( UnitsAutoAttackAfterSpell );
SETUP_DOTA_MESSAGE( WillPurchaseAlert );
SETUP_DOTA_MESSAGE( PlayerShowCase );
SETUP_DOTA_MESSAGE( TeleportRequiresHalt );
SETUP_DOTA_MESSAGE( CameraZoomAmount );
SETUP_DOTA_MESSAGE( BroadcasterUsingCamerman );
SETUP_DOTA_MESSAGE( BroadcastUsingAssistedCameraOperator );
}
const google::protobuf::Message *CDotaClientMessageHelpers::GetPrototype( int index ) const

View File

@ -54,6 +54,7 @@ CDotaUsermessageHelpers::CDotaUsermessageHelpers()
SETUP_MESSAGE( VoiceMask );
SETUP_MESSAGE( VoiceSubtitle );
SETUP_MESSAGE( SendAudio );
SETUP_MESSAGE( CameraTransition );
//SETUP_DOTA_MESSAGE( AddUnitToSelection );
SETUP_DOTA_MESSAGE( AIDebugLine );
@ -115,6 +116,10 @@ CDotaUsermessageHelpers::CDotaUsermessageHelpers()
SETUP_DOTA_MESSAGE( VoteEnd );
SETUP_DOTA_MESSAGE( BoosterState );
SETUP_DOTA_MESSAGE( WillPurchaseAlert );
SETUP_DOTA_MESSAGE( TutorialMinimapPosition );
SETUP_DOTA_MESSAGE( PlayerMMR );
SETUP_DOTA_MESSAGE( AbilitySteal );
SETUP_DOTA_MESSAGE( CourierKilledAlert );
}
const google::protobuf::Message *CDotaUsermessageHelpers::GetPrototype( int index ) const