Member of: Game Script
Obtains the actor representing the player.
Actor Function GetPlayer() native global
None
The Actor that represents the player.
; Print out the player to the log Debug.Trace("Player is " + Game.GetPlayer())