Python Equivalent of GET_PLAYER()?

LyTning94

Dragonborn
Joined
Nov 10, 2010
Messages
397
Location
Skyrim
What is the python equivalent of GET_PLAYER() in the SDK? GET_PLAYER() takes a PlayerTypes object as a parameter and returns a CvPlayer* object. I've been searching the python API for this, but with no success.

Thanks in advance!
 
Never mind, I found it in CyGlobalContext.
 
Back
Top Bottom