|
| IKernel * | Kernel () |
| |
| IEngine * | Engine () const |
| |
| class IGraphics * | Graphics () const |
| |
| class IClient * | Client () const |
| |
| class CUi * | Ui () |
| |
| class ISound * | Sound () const |
| |
| class IInput * | Input () const |
| |
| class IStorage * | Storage () const |
| |
| class IConfigManager * | ConfigManager () const |
| |
| class CConfig * | Config () const |
| |
| class IConsole * | Console () |
| |
| class ITextRender * | TextRender () const |
| |
| class IDemoPlayer * | DemoPlayer () const |
| |
| class IDemoRecorder * | DemoRecorder (int Recorder) const |
| |
| class IFavorites * | Favorites () const |
| |
| class IServerBrowser * | ServerBrowser () const |
| |
| class CRenderTools * | RenderTools () |
| |
| class CRenderMap * | RenderMap () |
| |
| class CLayers * | Layers () |
| |
| CCollision * | Collision () |
| |
| const CCollision * | Collision () const |
| |
| const CRaceHelper * | RaceHelper () const |
| |
| class IEditor * | Editor () |
| |
| class IFriends * | Friends () |
| |
| class IFriends * | Foes () |
| |
| class IHttp * | Http () |
| |
| int | NetobjNumCorrections () |
| |
| const char * | NetobjCorrectedOn () |
| |
| void | OnReset () |
| |
| size_t | ComponentCount () |
| |
| void | OnConnected () override |
| |
| void | OnRender () override |
| |
| void | OnUpdate () override |
| |
| void | OnDummyDisconnect () override |
| |
| virtual void | OnRelease () |
| |
| void | OnInit () override |
| |
| void | OnConsoleInit () override |
| |
| void | OnStateChange (int NewState, int OldState) override |
| |
| template<typename T > |
| void | ApplySkin7InfoFromGameMsg (const T *pMsg, int ClientId, int Conn) |
| |
| void | ApplySkin7InfoFromSnapObj (const protocol7::CNetObj_De_ClientInfo *pObj, int ClientId) override |
| |
| int | OnDemoRecSnap7 (class CSnapshot *pFrom, class CSnapshot *pTo, int Conn) override |
| |
| void * | TranslateGameMsg (int *pMsgId, CUnpacker *pUnpacker, int Conn) |
| |
| int | TranslateSnap (CSnapshot *pSnapDstSix, CSnapshot *pSnapSrcSeven, int Conn, bool Dummy) override |
| |
| void | OnMessage (int MsgId, CUnpacker *pUnpacker, int Conn, bool Dummy) override |
| |
| void | InvalidateSnapshot () override |
| |
| void | OnNewSnapshot () override |
| |
| void | OnPredict () override |
| |
| void | OnActivateEditor () override |
| |
| void | OnDummySwap () override |
| |
| int | OnSnapInput (int *pData, bool Dummy, bool Force) override |
| |
| void | OnShutdown () override |
| |
| void | OnEnterGame () override |
| |
| void | OnRconType (bool UsernameReq) override |
| |
| void | OnRconLine (const char *pLine) override |
| |
| virtual void | OnGameOver () |
| |
| virtual void | OnStartGame () |
| |
| virtual void | OnStartRound () |
| |
| virtual void | OnFlagGrab (int TeamId) |
| |
| void | OnWindowResize () override |
| |
| void | InitializeLanguage () override |
| |
| void | OnLanguageChange () |
| |
| void | HandleLanguageChanged () |
| |
| void | RefreshSkin (const std::shared_ptr< CManagedTeeRenderInfo > &pManagedTeeRenderInfo) |
| |
| void | RefreshSkins (int SkinDescriptorFlags) |
| |
| void | OnSkinUpdate (const char *pSkinName) |
| |
| std::shared_ptr< CManagedTeeRenderInfo > | CreateManagedTeeRenderInfo (const CTeeRenderInfo &TeeRenderInfo, const CSkinDescriptor &SkinDescriptor) |
| |
| std::shared_ptr< CManagedTeeRenderInfo > | CreateManagedTeeRenderInfo (const CClientData &Client) |
| |
| void | CollectManagedTeeRenderInfos (const std::function< void(const char *pSkinName)> &ActiveSkinAcceptor) |
| |
| void | RenderShutdownMessage () override |
| |
| void | ProcessDemoSnapshot (CSnapshot *pSnap) override |
| |
| const char * | GetItemName (int Type) const override |
| |
| const char * | Version () const override |
| |
| const char * | NetVersion () const override |
| |
| const char * | NetVersion7 () const override |
| |
| int | DDNetVersion () const override |
| |
| const char * | DDNetVersionStr () const override |
| |
| int | ClientVersion7 () const override |
| |
| void | DoTeamChangeMessage7 (const char *pName, int ClientId, int Team, const char *pPrefix="") |
| |
| void | SendSwitchTeam (int Team) const |
| |
| void | SendStartInfo7 (bool Dummy) |
| |
| void | SendSkinChange7 (bool Dummy) |
| |
| bool | GotWantedSkin7 (bool Dummy) |
| |
| void | SendInfo (bool Start) |
| |
| void | SendDummyInfo (bool Start) override |
| |
| void | SendKill () const |
| |
| void | SendReadyChange7 () |
| |
| int | IntersectCharacter (vec2 HookPos, vec2 NewPos, vec2 &NewPos2, int OwnId) |
| |
| int | LastRaceTick () const |
| |
| int | CurrentRaceTime () const |
| |
| bool | IsTeamPlay () |
| |
| bool | AntiPingPlayers () |
| |
| bool | AntiPingGrenade () |
| |
| bool | AntiPingWeapons () |
| |
| bool | AntiPingGunfire () |
| |
| bool | Predict () const |
| |
| bool | PredictDummy () |
| |
| const CTuningParams * | GetTuning (int i) |
| |
| ColorRGBA | GetDDTeamColor (int DDTeam, float Lightness=0.5f) const |
| |
| void | FormatClientId (int ClientId, char(&aClientId)[16], EClientIdFormat Format) const |
| |
| std::vector< SSwitchers > & | Switchers () |
| |
| std::vector< SSwitchers > & | PredSwitchers () |
| |
| void | DummyResetInput () override |
| |
| void | Echo (const char *pString) override |
| |
| bool | IsOtherTeam (int ClientId) const |
| |
| int | SwitchStateTeam () const |
| |
| bool | IsLocalCharSuper () const |
| |
| bool | CanDisplayWarning () const override |
| |
| CNetObjHandler * | GetNetObjHandler () override |
| |
| protocol7::CNetObjHandler * | GetNetObjHandler7 () override |
| |
| void | LoadGameSkin (const char *pPath, bool AsDir=false) |
| |
| void | LoadEmoticonsSkin (const char *pPath, bool AsDir=false) |
| |
| void | LoadParticlesSkin (const char *pPath, bool AsDir=false) |
| |
| void | LoadHudSkin (const char *pPath, bool AsDir=false) |
| |
| void | LoadExtrasSkin (const char *pPath, bool AsDir=false) |
| |
| const std::vector< CSnapEntities > & | SnapEntities () |
| |
| void | ResetMultiView () |
| |
| int | FindFirstMultiViewId () |
| |
| void | CleanMultiViewId (int ClientId) |
| |
| | IInterface () |
| |
| virtual void | Shutdown () |
| |
| virtual | ~IInterface ()=default |
| |