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:
@ -38,6 +38,11 @@ CDotaClientMessageHelpers::CDotaClientMessageHelpers()
|
|||||||
SETUP_DOTA_MESSAGE( RecordVote );
|
SETUP_DOTA_MESSAGE( RecordVote );
|
||||||
SETUP_DOTA_MESSAGE( UnitsAutoAttackAfterSpell );
|
SETUP_DOTA_MESSAGE( UnitsAutoAttackAfterSpell );
|
||||||
SETUP_DOTA_MESSAGE( WillPurchaseAlert );
|
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
|
const google::protobuf::Message *CDotaClientMessageHelpers::GetPrototype( int index ) const
|
||||||
|
@ -54,6 +54,7 @@ CDotaUsermessageHelpers::CDotaUsermessageHelpers()
|
|||||||
SETUP_MESSAGE( VoiceMask );
|
SETUP_MESSAGE( VoiceMask );
|
||||||
SETUP_MESSAGE( VoiceSubtitle );
|
SETUP_MESSAGE( VoiceSubtitle );
|
||||||
SETUP_MESSAGE( SendAudio );
|
SETUP_MESSAGE( SendAudio );
|
||||||
|
SETUP_MESSAGE( CameraTransition );
|
||||||
|
|
||||||
//SETUP_DOTA_MESSAGE( AddUnitToSelection );
|
//SETUP_DOTA_MESSAGE( AddUnitToSelection );
|
||||||
SETUP_DOTA_MESSAGE( AIDebugLine );
|
SETUP_DOTA_MESSAGE( AIDebugLine );
|
||||||
@ -115,6 +116,10 @@ CDotaUsermessageHelpers::CDotaUsermessageHelpers()
|
|||||||
SETUP_DOTA_MESSAGE( VoteEnd );
|
SETUP_DOTA_MESSAGE( VoteEnd );
|
||||||
SETUP_DOTA_MESSAGE( BoosterState );
|
SETUP_DOTA_MESSAGE( BoosterState );
|
||||||
SETUP_DOTA_MESSAGE( WillPurchaseAlert );
|
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
|
const google::protobuf::Message *CDotaUsermessageHelpers::GetPrototype( int index ) const
|
||||||
|
Reference in New Issue
Block a user