MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / IsReplay

Method IsReplay

core/PlayerManager.cpp:2386–2389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2384}
2385
2386bool CPlayer::IsReplay() const
2387{
2388 return m_bIsReplay;
2389}
2390
2391void CPlayer::SetAdminId(AdminId id, bool temporary)
2392{

Callers 3

sm_IsClientReplayFunction · 0.80
ProcessCommandTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected