Deadlock Modding Notes LogoDeadlock Modding Notes Logo

Home

❯

schemas

❯

server

❯

CCitadelBotTestNode

CCitadelBotTestNode

Nov 23, 2025

  • schemas
  • schemas/class
class CCitadelBotTestNode : public CServerOnlyPointEntity
{
public:
    EBotTestNodeType m_eNodeType;
    CUtlSymbolLarge m_sNextNode;
    CUtlSymbolLarge m_sShootTarget;
    CHandle<CCitadelBotTestNode> m_hNextNode;
    CHandle<CCitadelBotTestNode> m_hShootTarget;
    CHandle<CCitadelPlayerPawn> m_hLockingEntity;
private:
    uint8 pad_0514[16];
};

Graph View

Backlinks

  • Entity List
  • CCitadelBotTestNode

Created with Quartz v4.5.2 © 2025

  • Hit Deadlock Modding Server