CBaseMultiplayerPlayer: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) (Created page with ''''<code>CBaseMultiplayerPlayer</code>''' is a stock C++ class that can supports response rules and achievements, regulates when the player can talk to others, and limits…') |
(Linking back to original class) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''<code>CBaseMultiplayerPlayer</code>''' is a stock C++ class that | {{CD|CBaseMultiplayerPlayer|file1=[https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/server/basemultiplayerplayer.cpp basemultiplayerplayer.cpp]}} | ||
'''<code>CBaseMultiplayerPlayer</code>''' is a stock C++ class that supports [[response rules]] and [[achievements]], regulates when the player can talk to others, and limits the rate at which they can execute sensitive rate-limited commands. It does ''not'' handle any networking features ([[prediction]], [[lag compensation]], etc). | |||
Since it mentions "escorting the train", it is likely that the class was written for use in | Since it mentions "escorting the train", it is likely that the class was written for use in {{tf2|4}}. | ||
[[Category:Classes]] | ==See also== | ||
* [[CBasePlayer]] - Parent class | |||
[[Category:Classes|B]] |
Latest revision as of 03:42, 25 March 2025
![]() |
---|
CBaseMultiplayerPlayer |
![]() |
CBaseMultiplayerPlayer
is a stock C++ class that supports response rules and achievements, regulates when the player can talk to others, and limits the rate at which they can execute sensitive rate-limited commands. It does not handle any networking features (prediction, lag compensation, etc).
Since it mentions "escorting the train", it is likely that the class was written for use in Team Fortress 2.
See also
- CBasePlayer - Parent class