5 lines
114 B
C++
5 lines
114 B
C++
#include "cbaseentity.h"
|
|
bool CBaseEntity::IsBasePlayerController() {
|
|
return CALL_VIRTUAL(bool, 144, this);
|
|
}
|