The actual player, the one you move with WASD. The ACTOR contains data like weapons, health, armor, skin etc. The CHAR contains player info, like money, stats, upgrades, skills, missions, achievements etc.
Example:
010B: 4@ = player $PLAYER_CHAR money //correct
010B: 4@ = player $PLAYER_ACTOR...