Files
csgo2_tiny_server_plugin_sy…/csgo2/native_sdk/entity/cbaseentity.cpp

5 lines
114 B
C++
Raw Normal View History

2023-10-02 05:03:37 +08:00
#include "cbaseentity.h"
bool CBaseEntity::IsBasePlayerController() {
return CALL_VIRTUAL(bool, 144, this);
}