F4MP/tiltedcode/Code/client/Games/PapyrusFunctions.h

11 lines
194 B
C
Raw Normal View History

#pragma once
namespace PapyrusFunctions
{
bool IsRemotePlayer(Actor* apActor);
bool IsPlayer(Actor* apActor);
bool DidLaunchSkyrimTogether() { return true; };
} // namespace PapyrusFunctions